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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Aug 20 13:57:11 CEST 2009


Author: stamats
Date: 2009-08-20 13:57:10 +0200 (Thu, 20 Aug 2009)
New Revision: 533

Modified:
   branches/distr-2.2/pkg/distrEx/man/AbscontCondDistribution-class.Rd
   branches/distr-2.2/pkg/distrEx/man/Condition-class.Rd
   branches/distr-2.2/pkg/distrEx/man/DiscreteCondDistribution-class.Rd
   branches/distr-2.2/pkg/distrEx/man/DiscreteMVDistribution-class.Rd
   branches/distr-2.2/pkg/distrEx/man/EuclCondition-class.Rd
   branches/distr-2.2/pkg/distrEx/man/GPareto-class.Rd
   branches/distr-2.2/pkg/distrEx/man/GParetoParameter-class.Rd
   branches/distr-2.2/pkg/distrEx/man/Gumbel-class.Rd
   branches/distr-2.2/pkg/distrEx/man/GumbelParameter-class.Rd
   branches/distr-2.2/pkg/distrEx/man/LMParameter-class.Rd
   branches/distr-2.2/pkg/distrEx/man/MultivariateDistribution-class.Rd
   branches/distr-2.2/pkg/distrEx/man/Pareto-class.Rd
   branches/distr-2.2/pkg/distrEx/man/ParetoParameter-class.Rd
   branches/distr-2.2/pkg/distrEx/man/PrognCondition-class.Rd
   branches/distr-2.2/pkg/distrEx/man/UnivariateCondDistribution-class.Rd
Log:
some reformating for \describe

Modified: branches/distr-2.2/pkg/distrEx/man/AbscontCondDistribution-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/AbscontCondDistribution-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/AbscontCondDistribution-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -9,29 +9,29 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{cond}:}{Object of class \code{"Condition"}: condition }
-    \item{\code{img}:}{Object of class \code{"rSpace"}: the image space. }
-    \item{\code{param}:}{Object of class \code{"OptionalParameter"}: an 
+    \item{\code{cond}}{Object of class \code{"Condition"}: condition }
+    \item{\code{img}}{Object of class \code{"rSpace"}: the image space. }
+    \item{\code{param}}{Object of class \code{"OptionalParameter"}: an 
       optional parameter.}
-    \item{\code{r}:}{Object of class \code{"function"}: 
+    \item{\code{r}}{Object of class \code{"function"}: 
       generates random numbers. }
-    \item{\code{d}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{d}}{Object of class \code{"OptionalFunction"}: 
       optional conditional density function. }
-    \item{\code{p}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{p}}{Object of class \code{"OptionalFunction"}: 
       optional conditional cumulative distribution function. }
-    \item{\code{q}:}{Object of class \code{"OptionalFunction"}:
+    \item{\code{q}}{Object of class \code{"OptionalFunction"}:
       optional conditional quantile function. }
-    \item{\code{.withArith}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withArith}}{logical: used internally to issue warnings as to 
             interpretation of arithmetics}
-    \item{\code{.withSim}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withSim}}{logical: used internally to issue warnings as to 
           accuracy}
-    \item{\code{.logExact}:}{logical: used internally to flag the case where 
+    \item{\code{.logExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the log version of density, cdf, and 
     quantile function}
-    \item{\code{.lowerExact}:}{logical: used internally to flag the case where 
+    \item{\code{.lowerExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the lower tail version of cdf and quantile 
     function}
-    \item{\code{Symmetry}:}{object of class \code{"DistributionSymmetry"};
+    \item{\code{Symmetry}}{object of class \code{"DistributionSymmetry"};
      used internally to avoid unnecessary calculations.}
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/Condition-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/Condition-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/Condition-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -11,7 +11,7 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{name}:}{Object of class \code{"character"}: name of the condition}
+    \item{\code{name}}{Object of class \code{"character"}: name of the condition}
   }
 }
 \section{Methods}{

Modified: branches/distr-2.2/pkg/distrEx/man/DiscreteCondDistribution-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/DiscreteCondDistribution-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/DiscreteCondDistribution-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -9,30 +9,30 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{support}:}{Object of class \code{"function"}: conditional support.}
-    \item{\code{cond}:}{Object of class \code{"Condition"}: condition }
-    \item{\code{img}:}{Object of class \code{"rSpace"}: the image space. }
-    \item{\code{param}:}{Object of class \code{"OptionalParameter"}: an 
+    \item{\code{support}}{Object of class \code{"function"}: conditional support.}
+    \item{\code{cond}}{Object of class \code{"Condition"}: condition }
+    \item{\code{img}}{Object of class \code{"rSpace"}: the image space. }
+    \item{\code{param}}{Object of class \code{"OptionalParameter"}: an 
       optional parameter.}
-    \item{\code{r}:}{Object of class \code{"function"}: 
+    \item{\code{r}}{Object of class \code{"function"}: 
       generates random numbers. }
-    \item{\code{d}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{d}}{Object of class \code{"OptionalFunction"}: 
       optional conditional density function. }
-    \item{\code{p}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{p}}{Object of class \code{"OptionalFunction"}: 
       optional conditional cumulative distribution function. }
-    \item{\code{q}:}{Object of class \code{"OptionalFunction"}:
+    \item{\code{q}}{Object of class \code{"OptionalFunction"}:
       optional conditional quantile function. }
-    \item{\code{.withArith}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withArith}}{logical: used internally to issue warnings as to 
             interpretation of arithmetics}
-    \item{\code{.withSim}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withSim}}{logical: used internally to issue warnings as to 
           accuracy}
-    \item{\code{.logExact}:}{logical: used internally to flag the case where 
+    \item{\code{.logExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the log version of density, cdf, and 
     quantile function}
-    \item{\code{.lowerExact}:}{logical: used internally to flag the case where 
+    \item{\code{.lowerExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the lower tail version of cdf and quantile 
     function}
-    \item{\code{Symmetry}:}{object of class \code{"DistributionSymmetry"};
+    \item{\code{Symmetry}}{object of class \code{"DistributionSymmetry"};
      used internally to avoid unnecessary calculations.}
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/DiscreteMVDistribution-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/DiscreteMVDistribution-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/DiscreteMVDistribution-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -12,26 +12,26 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{img}:}{ Object of class \code{"rSpace"}. 
+    \item{\code{img}}{ Object of class \code{"rSpace"}. 
       Image space of the distribution. Usually an object of 
       class \code{"EuclideanSpace"}.}
-    \item{\code{param}:}{Object of class \code{"OptionalParameter"}.
+    \item{\code{param}}{Object of class \code{"OptionalParameter"}.
       Optional parameter of the multivariate distribution.}
-    \item{\code{r}:}{Object of class \code{"function"}: 
+    \item{\code{r}}{Object of class \code{"function"}: 
       generates (pseudo-)random numbers}
-    \item{\code{d}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{d}}{Object of class \code{"OptionalFunction"}: 
       optional density function}
-    \item{\code{p}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{p}}{Object of class \code{"OptionalFunction"}: 
       optional cumulative distribution function }
-    \item{\code{q}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{q}}{Object of class \code{"OptionalFunction"}: 
       optional quantile function }
-    \item{\code{support}:}{ numeric matrix whose rows form the
+    \item{\code{support}}{ numeric matrix whose rows form the
       support of the distribution}
-    \item{\code{.withArith}:}{logical: used internally to issue warnings as to interpretation of arithmetics}
-    \item{\code{.withSim}:}{logical: used internally to issue warnings as to accuracy}
-    \item{\code{.logExact}:}{logical: used internally to flag the case where there are explicit formulae for the
+    \item{\code{.withArith}}{logical: used internally to issue warnings as to interpretation of arithmetics}
+    \item{\code{.withSim}}{logical: used internally to issue warnings as to accuracy}
+    \item{\code{.logExact}}{logical: used internally to flag the case where there are explicit formulae for the
                               log version of density, cdf, and quantile function}
-    \item{\code{.lowerExact}:}{logical: used internally to flag the case where there are explicit formulae for the
+    \item{\code{.lowerExact}}{logical: used internally to flag the case where there are explicit formulae for the
                               lower tail version of cdf and quantile function}
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/EuclCondition-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/EuclCondition-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/EuclCondition-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -14,8 +14,8 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{Range}:}{Object of class \code{"EuclideanSpace"}. }
-    \item{\code{name}:}{Object of class \code{"character"}: name of condition. }
+    \item{\code{Range}}{Object of class \code{"EuclideanSpace"}. }
+    \item{\code{name}}{Object of class \code{"character"}: name of condition. }
   }
 }
 \section{Extends}{

Modified: branches/distr-2.2/pkg/distrEx/man/GPareto-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/GPareto-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/GPareto-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -30,20 +30,20 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{img}:}{Object of class \code{"Reals"}. }
-    \item{\code{param}:}{Object of class \code{"GParetoParameter"}. }
-    \item{\code{r}:}{\code{rgpd}}
-    \item{\code{d}:}{\code{dgpd}}
-    \item{\code{p}:}{\code{pgpd}, but vectorized and with special treatment of 
+    \item{\code{img}}{Object of class \code{"Reals"}. }
+    \item{\code{param}}{Object of class \code{"GParetoParameter"}. }
+    \item{\code{r}}{\code{rgpd}}
+    \item{\code{d}}{\code{dgpd}}
+    \item{\code{p}}{\code{pgpd}, but vectorized and with special treatment of 
              arguments \code{lower.tail} and \code{log.p}}
-    \item{\code{q}:}{\code{qgpd}, but vectorized and with special treatment of 
+    \item{\code{q}}{\code{qgpd}, but vectorized and with special treatment of 
              arguments \code{lower.tail} and \code{log.p}}
-    \item{\code{gaps}:}{(numeric) matrix or \code{NULL}}
-    \item{\code{.withArith}:}{logical: used internally to issue warnings as to interpretation of arithmetics}
-    \item{\code{.withSim}:}{logical: used internally to issue warnings as to accuracy}
-    \item{\code{.logExact}:}{logical: used internally to flag the case where there are explicit formulae for the
+    \item{\code{gaps}}{(numeric) matrix or \code{NULL}}
+    \item{\code{.withArith}}{logical: used internally to issue warnings as to interpretation of arithmetics}
+    \item{\code{.withSim}}{logical: used internally to issue warnings as to accuracy}
+    \item{\code{.logExact}}{logical: used internally to flag the case where there are explicit formulae for the
                               log version of density, cdf, and quantile function}
-    \item{\code{.lowerExact}:}{logical: used internally to flag the case where there are explicit formulae for the
+    \item{\code{.lowerExact}}{logical: used internally to flag the case where there are explicit formulae for the
                               lower tail version of cdf and quantile function}
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/GParetoParameter-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/GParetoParameter-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/GParetoParameter-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -18,13 +18,13 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{loc}:}{ real number: location parameter of 
+    \item{\code{loc}}{ real number: location parameter of 
       a generalized Pareto distribution. }
-    \item{\code{scale}:}{ real number: scale parameter of 
+    \item{\code{scale}}{ real number: scale parameter of 
       a generalized Pareto distribution. }
-    \item{\code{shape}:}{ real number: shape parameter of 
+    \item{\code{shape}}{ real number: shape parameter of 
       a generalized Pareto distribution. }
-    \item{\code{name}:}{ default name is 
+    \item{\code{name}}{ default name is 
       \dQuote{parameter of a GPareto distribution}. }
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/Gumbel-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/Gumbel-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/Gumbel-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -26,24 +26,24 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{img}:}{Object of class \code{"Reals"}. }
-    \item{\code{param}:}{Object of class \code{"GumbelParameter"}. }
-    \item{\code{r}:}{\code{rgumbel}}
-    \item{\code{d}:}{\code{dgumbel}}
-    \item{\code{p}:}{\code{pgumbel}}
-    \item{\code{q}:}{\code{qgumbel}}
-    \item{\code{gaps}:}{(numeric) matrix or \code{NULL}}
-    \item{\code{.withArith}:}{logical: used internally to issue warnings as to 
+    \item{\code{img}}{Object of class \code{"Reals"}. }
+    \item{\code{param}}{Object of class \code{"GumbelParameter"}. }
+    \item{\code{r}}{\code{rgumbel}}
+    \item{\code{d}}{\code{dgumbel}}
+    \item{\code{p}}{\code{pgumbel}}
+    \item{\code{q}}{\code{qgumbel}}
+    \item{\code{gaps}}{(numeric) matrix or \code{NULL}}
+    \item{\code{.withArith}}{logical: used internally to issue warnings as to 
             interpretation of arithmetics}
-    \item{\code{.withSim}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withSim}}{logical: used internally to issue warnings as to 
           accuracy}
-    \item{\code{.logExact}:}{logical: used internally to flag the case where 
+    \item{\code{.logExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the log version of density, cdf, and 
     quantile function}
-    \item{\code{.lowerExact}:}{logical: used internally to flag the case where 
+    \item{\code{.lowerExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the lower tail version of cdf and quantile 
     function}
-    \item{\code{Symmetry}:}{object of class \code{"DistributionSymmetry"};
+    \item{\code{Symmetry}}{object of class \code{"DistributionSymmetry"};
      used internally to avoid unnecessary calculations.}
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/GumbelParameter-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/GumbelParameter-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/GumbelParameter-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -15,11 +15,11 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{loc}:}{ real number: location parameter of 
+    \item{\code{loc}}{ real number: location parameter of 
       a Gumbel distribution. }
-    \item{\code{scale}:}{ positive real number: scale
+    \item{\code{scale}}{ positive real number: scale
       parameter of a Gumbel distribution. }
-    \item{\code{name}:}{ default name is 
+    \item{\code{name}}{ default name is 
       \dQuote{parameter of a Gumbel distribution}. }
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/LMParameter-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/LMParameter-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/LMParameter-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -15,13 +15,13 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{theta}:}{ numeric vector: 
+    \item{\code{theta}}{ numeric vector: 
       regression parameter. }
-    \item{\code{intercept}:}{ real number: 
+    \item{\code{intercept}}{ real number: 
       intercept parameter. }
-    \item{\code{scale}:}{ positive real number: 
+    \item{\code{scale}}{ positive real number: 
       scale paramter. }
-    \item{\code{name}:}{ character vector:
+    \item{\code{name}}{ character vector:
       the default name is \dQuote{parameter of a linear regression model}. }
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/MultivariateDistribution-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/MultivariateDistribution-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/MultivariateDistribution-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -14,30 +14,30 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{img}:}{ Object of class \code{"rSpace"}. 
+    \item{\code{img}}{ Object of class \code{"rSpace"}. 
       Image space of the distribution. Usually an object of 
       class \code{"EuclideanSpace"}.}
-    \item{\code{param}:}{Object of class \code{"OptionalParameter"}.
+    \item{\code{param}}{Object of class \code{"OptionalParameter"}.
       Optional parameter of the multivariate distribution.}
-    \item{\code{r}:}{Object of class \code{"function"}: 
+    \item{\code{r}}{Object of class \code{"function"}: 
       generates (pseudo-)random numbers}
-    \item{\code{d}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{d}}{Object of class \code{"OptionalFunction"}: 
       optional density function}
-    \item{\code{p}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{p}}{Object of class \code{"OptionalFunction"}: 
       optional cumulative distribution function }
-    \item{\code{q}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{q}}{Object of class \code{"OptionalFunction"}: 
       optional quantile function }
-    \item{\code{.withArith}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withArith}}{logical: used internally to issue warnings as to 
             interpretation of arithmetics}
-    \item{\code{.withSim}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withSim}}{logical: used internally to issue warnings as to 
           accuracy}
-    \item{\code{.logExact}:}{logical: used internally to flag the case where 
+    \item{\code{.logExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the log version of density, cdf, and 
     quantile function}
-    \item{\code{.lowerExact}:}{logical: used internally to flag the case where 
+    \item{\code{.lowerExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the lower tail version of cdf and quantile 
     function}
-    \item{\code{Symmetry}:}{object of class \code{"DistributionSymmetry"};
+    \item{\code{Symmetry}}{object of class \code{"DistributionSymmetry"};
      used internally to avoid unnecessary calculations.}
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/Pareto-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/Pareto-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/Pareto-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -28,18 +28,18 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{img}:}{Object of class \code{"Reals"}. }
-    \item{\code{param}:}{Object of class \code{"ParetoParameter"}. }
-    \item{\code{r}:}{\code{rpareto1}}
-    \item{\code{d}:}{\code{dpareto1}}
-    \item{\code{p}:}{\code{ppareto1}}
-    \item{\code{q}:}{\code{qpareto1}}
-    \item{\code{gaps}:}{(numeric) matrix or \code{NULL}}
-    \item{\code{.withArith}:}{logical: used internally to issue warnings as to interpretation of arithmetics}
-    \item{\code{.withSim}:}{logical: used internally to issue warnings as to accuracy}
-    \item{\code{.logExact}:}{logical: used internally to flag the case where there are explicit formulae for the
+    \item{\code{img}}{Object of class \code{"Reals"}. }
+    \item{\code{param}}{Object of class \code{"ParetoParameter"}. }
+    \item{\code{r}}{\code{rpareto1}}
+    \item{\code{d}}{\code{dpareto1}}
+    \item{\code{p}}{\code{ppareto1}}
+    \item{\code{q}}{\code{qpareto1}}
+    \item{\code{gaps}}{(numeric) matrix or \code{NULL}}
+    \item{\code{.withArith}}{logical: used internally to issue warnings as to interpretation of arithmetics}
+    \item{\code{.withSim}}{logical: used internally to issue warnings as to accuracy}
+    \item{\code{.logExact}}{logical: used internally to flag the case where there are explicit formulae for the
                               log version of density, cdf, and quantile function}
-    \item{\code{.lowerExact}:}{logical: used internally to flag the case where there are explicit formulae for the
+    \item{\code{.lowerExact}}{logical: used internally to flag the case where there are explicit formulae for the
                               lower tail version of cdf and quantile function}
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/ParetoParameter-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/ParetoParameter-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/ParetoParameter-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -15,11 +15,11 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{shape}:}{ real number: shape parameter of 
+    \item{\code{shape}}{ real number: shape parameter of 
       a Pareto distribution. }
-    \item{\code{Min}:}{ positive real number: Min
+    \item{\code{Min}}{ positive real number: Min
       parameter of a Pareto distribution. }
-    \item{\code{name}:}{ default name is 
+    \item{\code{name}}{ default name is 
       \dQuote{parameter of a Pareto distribution}. }
   }
 }

Modified: branches/distr-2.2/pkg/distrEx/man/PrognCondition-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/PrognCondition-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/PrognCondition-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -11,8 +11,8 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{name}:}{Object of class \code{"character"}: name of the PrognCondition}
-    \item{\code{range}:}{Object of class \code{"EuclideanSpace"}: range of the PrognCondition}
+    \item{\code{name}}{Object of class \code{"character"}: name of the PrognCondition}
+    \item{\code{range}}{Object of class \code{"EuclideanSpace"}: range of the PrognCondition}
   }
 }
 \section{Extends}{

Modified: branches/distr-2.2/pkg/distrEx/man/UnivariateCondDistribution-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distrEx/man/UnivariateCondDistribution-class.Rd	2009-08-20 11:56:16 UTC (rev 532)
+++ branches/distr-2.2/pkg/distrEx/man/UnivariateCondDistribution-class.Rd	2009-08-20 11:57:10 UTC (rev 533)
@@ -13,29 +13,29 @@
 }
 \section{Slots}{
   \describe{
-    \item{\code{cond}:}{Object of class \code{"Condition"}: condition }
-    \item{\code{img}:}{Object of class \code{"rSpace"}: the image space. }
-    \item{\code{param}:}{Object of class \code{"OptionalParameter"}: an 
+    \item{\code{cond}}{Object of class \code{"Condition"}: condition }
+    \item{\code{img}}{Object of class \code{"rSpace"}: the image space. }
+    \item{\code{param}}{Object of class \code{"OptionalParameter"}: an 
       optional parameter.}
-    \item{\code{r}:}{Object of class \code{"function"}: 
+    \item{\code{r}}{Object of class \code{"function"}: 
       generates random numbers. }
-    \item{\code{d}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{d}}{Object of class \code{"OptionalFunction"}: 
       optional conditional density function. }
-    \item{\code{p}:}{Object of class \code{"OptionalFunction"}: 
+    \item{\code{p}}{Object of class \code{"OptionalFunction"}: 
       optional conditional cumulative distribution function. }
-    \item{\code{q}:}{Object of class \code{"OptionalFunction"}:
+    \item{\code{q}}{Object of class \code{"OptionalFunction"}:
       optional conditional quantile function. }
-    \item{\code{.withArith}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withArith}}{logical: used internally to issue warnings as to 
             interpretation of arithmetics}
-    \item{\code{.withSim}:}{logical: used internally to issue warnings as to 
+    \item{\code{.withSim}}{logical: used internally to issue warnings as to 
           accuracy}
-    \item{\code{.logExact}:}{logical: used internally to flag the case where 
+    \item{\code{.logExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the log version of density, cdf, and 
     quantile function}
-    \item{\code{.lowerExact}:}{logical: used internally to flag the case where 
+    \item{\code{.lowerExact}}{logical: used internally to flag the case where 
     there are explicit formulae for the lower tail version of cdf and quantile 
     function}
-    \item{\code{Symmetry}:}{object of class \code{"DistributionSymmetry"};
+    \item{\code{Symmetry}}{object of class \code{"DistributionSymmetry"};
      used internally to avoid unnecessary calculations.}
   }
 }



More information about the Distr-commits mailing list