| 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:"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@uni-bayreuth.de,
Matthias Kohl Matthias.Kohl@stamats.de
UnivariateDistribution-class
Parameter-class