[Distr-commits] r475 - branches/distr-2.2/pkg/distr/man pkg/distr/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 17 03:09:46 CEST 2009
Author: ruckdeschel
Date: 2009-06-17 03:09:44 +0200 (Wed, 17 Jun 2009)
New Revision: 475
Modified:
branches/distr-2.2/pkg/distr/man/Unif-class.Rd
pkg/distr/man/Unif-class.Rd
Log:
fixed bug reported by Kurt Hornik
Modified: branches/distr-2.2/pkg/distr/man/Unif-class.Rd
===================================================================
--- branches/distr-2.2/pkg/distr/man/Unif-class.Rd 2009-06-16 07:20:39 UTC (rev 474)
+++ branches/distr-2.2/pkg/distr/man/Unif-class.Rd 2009-06-17 01:09:44 UTC (rev 475)
@@ -17,10 +17,6 @@
}
\section{Slots}{
\describe{
- \item{*}{\code{signature(e1 = "Unif", e2 = "numeric")}: multiplication of this uniform distribution by an object of
- class `numeric'}
- \item{+}{\code{signature(e1 = "Unif", e2 = "numeric")}: addition of this uniform distribution to an object of class
- `numeric'}
\item{\code{img}:}{Object of class \code{"Reals"}: The space of the image of this distribution has got dimension 1
and the name "Real Space". }
\item{\code{param}:}{Object of class \code{"UnifParameter"}: the parameter of this distribution (Min and Max),
@@ -59,8 +55,10 @@
\item{Min<-}{\code{signature(object = "Unif")}: modifies the slot \code{Min} of the parameter of the distribution }
\item{Max}{\code{signature(object = "Unif")}: returns the slot \code{Max} of the parameter of the distribution }
\item{Max<-}{\code{signature(object = "Unif")}: modifies the slot \code{Max} of the parameter of the distribution }
- \item{*}{\code{signature(e1 = "Unif", e2 = "numeric")}:
- For the uniform distribution we use its closedness under scaling transformations.}
+ \item{*}{\code{signature(e1 = "Unif", e2 = "numeric")}: multiplication of this uniform distribution
+ by an object of class `numeric'}
+ \item{+}{\code{signature(e1 = "Unif", e2 = "numeric")}: addition of this uniform distribution
+ to an object of class `numeric'}
}}
\author{
Modified: pkg/distr/man/Unif-class.Rd
===================================================================
--- pkg/distr/man/Unif-class.Rd 2009-06-16 07:20:39 UTC (rev 474)
+++ pkg/distr/man/Unif-class.Rd 2009-06-17 01:09:44 UTC (rev 475)
@@ -17,10 +17,6 @@
}
\section{Slots}{
\describe{
- \item{*}{\code{signature(e1 = "Unif", e2 = "numeric")}: multiplication of this uniform distribution by an object of
- class `numeric'}
- \item{+}{\code{signature(e1 = "Unif", e2 = "numeric")}: addition of this uniform distribution to an object of class
- `numeric'}
\item{\code{img}:}{Object of class \code{"Reals"}: The space of the image of this distribution has got dimension 1
and the name "Real Space". }
\item{\code{param}:}{Object of class \code{"UnifParameter"}: the parameter of this distribution (Min and Max),
@@ -29,6 +25,16 @@
\item{\code{d}:}{Object of class \code{"function"}: density function (calls function \code{dunif})}
\item{\code{p}:}{Object of class \code{"function"}: cumulative function (calls function \code{punif})}
\item{\code{q}:}{Object of class \code{"function"}: inverse of the cumulative function (calls function \code{qunif})}
+ \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 lower tail version of cdf and quantile
+ function}
}
}
\section{Extends}{
@@ -47,8 +53,10 @@
\item{Min<-}{\code{signature(object = "Unif")}: modifies the slot \code{Min} of the parameter of the distribution }
\item{Max}{\code{signature(object = "Unif")}: returns the slot \code{Max} of the parameter of the distribution }
\item{Max<-}{\code{signature(object = "Unif")}: modifies the slot \code{Max} of the parameter of the distribution }
- \item{*}{\code{signature(e1 = "Unif", e2 = "numeric")}:
- For the uniform distribution we use its closedness under scaling transformations.}
+ \item{*}{\code{signature(e1 = "Unif", e2 = "numeric")}: multiplication of this uniform distribution
+ by an object of class `numeric'}
+ \item{+}{\code{signature(e1 = "Unif", e2 = "numeric")}: addition of this uniform distribution
+ to an object of class `numeric'}
}}
\author{
More information about the Distr-commits
mailing list