Distribution-class {distr} | R Documentation |
The Distribution-class
is the mother-class of
class UnivariateDistribution
.
Objects can be created by calls of the form new("Distribution")
.
img
:"rSpace"
: the space of the image param
:"OptionalParameter"
: the parameter r
:"function"
: generates random numbersd
:"OptionalFunction"
: density functionp
:"OptionalFunction"
: cumulative
distribution functionq
:"OptionalFunction"
: quantile function.withArith
:.withSim
:.logExact
:.lowerExact
:signature(object = "Distribution")
: returns the space of
the imagesignature(object = "Distribution")
: returns the
parametersignature(object = "Distribution")
: returns the random
number generator signature(object = "Distribution")
: returns the density
function signature(object = "Distribution")
: returns the cumulative
distribution function signature(object = "Distribution")
: returns the quantile
functionsignature(object = "Distribution")
: returns slot
.logExact
if existing; else tries to convert the object to a newer
version of its class by conv2NewVersion
and
returns the corresponding slot of the converted object.signature(object = "Distribution")
: returns slot
.lowerExact
if existing; else tries to convert the object to a
newer version of its class by conv2NewVersion
and
returns the corresponding slot of the converted object.
Thomas Stabla statho3@web.de,
Florian Camphausen fcampi@gmx.de,
Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de,
Matthias Kohl Matthias.Kohl@stamats.de
UnivariateDistribution-class
Parameter-class