powered by
A class that describes univariate distributions
Objects can be created by calls of the form new("distribution", ...). There is also a constructor which is also named distribution.
new("distribution", ...)
distribution
RName
Object of class "character". This is the R "suffix" of the distirbution.
"character"
parameters
Object of class "numeric". A named numeric vector that holds the parameters of the distribution
"numeric"
distribution, '>mvdistribution, mvdistribution
'>mvdistribution
mvdistribution
# NOT RUN { showClass("distribution") # }
Run the code above in your browser using DataLab