[Distr-commits] r568 - branches/distr-2.2/pkg/distrEx/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Sep 4 12:11:38 CEST 2009


Author: stamats
Date: 2009-09-04 12:11:37 +0200 (Fri, 04 Sep 2009)
New Revision: 568

Modified:
   branches/distr-2.2/pkg/distrEx/man/0distrEx-package.Rd
   branches/distr-2.2/pkg/distrEx/man/GPareto-class.Rd
   branches/distr-2.2/pkg/distrEx/man/GPareto.Rd
   branches/distr-2.2/pkg/distrEx/man/Pareto-class.Rd
   branches/distr-2.2/pkg/distrEx/man/Pareto.Rd
   branches/distr-2.2/pkg/distrEx/man/Var.Rd
   branches/distr-2.2/pkg/distrEx/man/distrExOptions.Rd
Log:
html-Links should work now in package distrEx

Modified: branches/distr-2.2/pkg/distrEx/man/0distrEx-package.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/0distrEx-package.Rd	2009-09-04 10:11:19 UTC (rev 567)
+++ branches/distr-2.2/pkg/distrEx/man/0distrEx-package.Rd	2009-09-04 10:11:37 UTC (rev 568)
@@ -242,5 +242,5 @@
 \concept{multivariate distribution}
 \concept{conditional distribution}
 \seealso{
-\code{\link[distr]{distr}} 
+\code{\link[distr:0distr-package]{distr-package}} 
 }

Modified: branches/distr-2.2/pkg/distrEx/man/GPareto-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/GPareto-class.Rd	2009-09-04 10:11:19 UTC (rev 567)
+++ branches/distr-2.2/pkg/distrEx/man/GPareto-class.Rd	2009-09-04 10:11:37 UTC (rev 568)
@@ -100,7 +100,7 @@
 \author{Nataliya Horbenko \email{Nataliya.Horbenko at itwm.fraunhofer.de}}
 \note{This class is based on the code provided by the package \pkg{evd}
 by  A. G. Stephenson.}
-\seealso{\code{\link[evd]{dgpd}}, \code{\link[distr]{AbscontDistribution-class}}}
+\seealso{\code{\link[evd:gpd]{dgpd}}, \code{\link[distr]{AbscontDistribution-class}}}
 \examples{
 (P1 <- new("GPareto", loc = 0, scale = 1,shape = 0))
 plot(P1)

Modified: branches/distr-2.2/pkg/distrEx/man/GPareto.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/GPareto.Rd	2009-09-04 10:11:19 UTC (rev 567)
+++ branches/distr-2.2/pkg/distrEx/man/GPareto.Rd	2009-09-04 10:11:37 UTC (rev 568)
@@ -23,7 +23,7 @@
 \author{Nataliya Horbenko \email{Nataliya.Horbenko at itwm.fraunhofer.de}}
 \note{The class \code{"GPareto"} is based on the code provided 
   by the package \pkg{evd} by  Alec Stephenson.}
-\seealso{\code{\link{GPareto-class}}, \code{\link[evd]{dgpd}}}
+\seealso{\code{\link{GPareto-class}}, \code{\link[evd:gpd]{dgpd}}}
 \examples{
 (P1 <- GPareto(loc = 0, scale = 1, shape = 0))
 plot(P1)

Modified: branches/distr-2.2/pkg/distrEx/man/Pareto-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/Pareto-class.Rd	2009-09-04 10:11:19 UTC (rev 567)
+++ branches/distr-2.2/pkg/distrEx/man/Pareto-class.Rd	2009-09-04 10:11:37 UTC (rev 568)
@@ -86,7 +86,7 @@
 \author{Nataliya Horbenko \email{Nataliya.Horbenko at itwm.fraunhofer.de}}
 \note{This class is based on the code provided by the package \pkg{actuar}
 by  Vincent Goulet and Mathieu Pigeon.}
-\seealso{\code{\link[actuar]{dpareto1}}, \code{\link[distr]{AbscontDistribution-class}}}
+\seealso{\code{\link[actuar:SingleParameterPareto]{dpareto1}}, \code{\link[distr]{AbscontDistribution-class}}}
 \examples{
 (P1 <- new("Pareto", shape = 1, Min = 2))
 plot(P1)

Modified: branches/distr-2.2/pkg/distrEx/man/Pareto.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/Pareto.Rd	2009-09-04 10:11:19 UTC (rev 567)
+++ branches/distr-2.2/pkg/distrEx/man/Pareto.Rd	2009-09-04 10:11:37 UTC (rev 568)
@@ -18,7 +18,7 @@
 \author{Nataliya Horbenko \email{Nataliya.Horbenko at itwm.fraunhofer.de}}
 \note{The class \code{"Pareto"} is based on the code provided 
   by the package \pkg{actuar} by  Vincent Goulet and Mathieu Pigeon.}
-\seealso{\code{\link{Pareto-class}}, \code{\link[actuar]{dpareto1}}}
+\seealso{\code{\link{Pareto-class}}, \code{\link[actuar:SingleParameterPareto]{dpareto1}}}
 \examples{
 (P1 <- Pareto(shape = 1, Min = 1))
 plot(P1)

Modified: branches/distr-2.2/pkg/distrEx/man/Var.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/Var.Rd	2009-09-04 10:11:19 UTC (rev 567)
+++ branches/distr-2.2/pkg/distrEx/man/Var.Rd	2009-09-04 10:11:37 UTC (rev 568)
@@ -321,7 +321,7 @@
 \section{Methods}{
 \describe{
   \item{\code{var}, \code{signature(x = "Any")}:}{
-    interface to the \pkg{stats}-function \code{var} --- see \code{\link[stats]{var}}
+    interface to the \pkg{stats}-function \code{var} --- see \code{\link[stats:cor]{var}}
     resp. \code{help(var,package="stats")}.}
   \item{\code{var}, \code{signature(x = "UnivariateDistribution")}:}{ 
     variance of univariate distributions using corresponding \code{E()}-method.}
@@ -342,10 +342,10 @@
     resp. \code{help(sd,package="stats")}.}
   \item{\code{sd}, \code{signature(x = "NormParameter")}:}{
     returns the slot \code{sd} of the parameter of a normal distribution --- see 
-    \code{\link[distr]{sd}} resp. \code{help(sd,package="distr")}.}    
+    \code{\link[distr:sd-methods]{sd}} resp. \code{help(sd,package="distr")}.}    
   \item{\code{sd}, \code{signature(x = "Norm")}:}{
     returns the slot \code{sd} of the parameter of a normal distribution --- see 
-    \code{\link[distr]{sd}} resp. \code{help(sd,package="distr")}.}    
+    \code{\link[distr:sd-methods]{sd}} resp. \code{help(sd,package="distr")}.}    
   \item{\code{sd}, \code{signature(x = "UnivariateDistribution")}:}{ 
     standard deviation of univariate distributions using corresponding \code{E()}-method.}
 
@@ -649,8 +649,8 @@
 }
 \seealso{\code{\link{distrExIntegrate}}, \code{\link{m1df}}, \code{\link{m2df}},
          \code{\link[distr]{Distribution-class}},\cr
- \code{\link[stats]{sd}}, \code{\link[stats]{var}}, \code{\link[stats]{IQR}},\cr
- \code{\link[stats]{median}}, \code{\link[stats]{mad}},  \code{\link[distr]{sd}} }
+ \code{\link[stats]{sd}}, \code{\link[stats:cor]{var}}, \code{\link[stats]{IQR}},\cr
+ \code{\link[stats]{median}}, \code{\link[stats]{mad}},  \code{\link[distr:sd-methods]{sd}} }
 \concept{functional}
 \concept{var}
 \concept{sd}

Modified: branches/distr-2.2/pkg/distrEx/man/distrExOptions.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/distrExOptions.Rd	2009-09-04 10:11:19 UTC (rev 567)
+++ branches/distr-2.2/pkg/distrEx/man/distrExOptions.Rd	2009-09-04 10:11:37 UTC (rev 568)
@@ -82,7 +82,7 @@
 %\references{}
 \author{Matthias Kohl \email{Matthias.Kohl at stamats.de}}
 %\note{}
-\seealso{\code{\link[base]{options}}, \code{\link[base]{getOption}}}
+\seealso{\code{\link[base]{options}}, \code{\link[base:options]{getOption}}}
 \examples{
 distrExOptions()
 distrExOptions("ElowerTruncQuantile")



More information about the Distr-commits mailing list