R/distribution.R
mean.distribution.Rd
Returns the empirical mean of the probability distribution. If the method does not exist, the mean of a random sample will be returned.
# S3 method for class 'distribution' mean(x, ...)
The distribution(s).
Additional arguments used by methods.