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
:"Parameter"
: the space of the image param
:"function"
: the parameter r
:"function"
: generates random numbersd
:"function"
: density functionp
:"function"
: cumulative distribution functionq
:"OptionalFunction"
: quantile functionsignature(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 Thomas.Stabla@uni-bayreuth.de,
Florian Camphausen Florian.Camphausen@uni-bayreuth.de,
Peter Ruckdeschel Peter.Ruckdeschel@uni-bayreuth.de,
Matthias Kohl Matthias.Kohl@uni-bayreuth.de
UnivariateDistribution-class
Parameter-class