mean.distribution: Mean of a probability distribution

View source: R/distribution.R

mean.distributionR Documentation

Mean of a probability distribution

Description

[Stable]

Returns the empirical mean of the probability distribution. If the method does not exist, the mean of a random sample will be returned.

Usage

## S3 method for class 'distribution'
mean(x, ...)

Arguments

x

The distribution(s).

...

Additional arguments used by methods.


distributional documentation built on March 31, 2023, 7:12 p.m.