Distribution-class {distr} | R Documentation |
The Distribution-class
is the mother-class of the 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
: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 function
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