mean.distribution: Mean of a probability distribution
Usage
# S3 method for distribution
mean(x, ...)
Arguments
...
Additional arguments used by methods.
Details
Returns the empirical mean of the probability distribution. If the method
does not exist, the mean of a random sample will be returned.