Gets the mean or expectation value of the distribution.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override double Mean { get; }
Public Overrides ReadOnly Property Mean As Double
Get
public:
virtual property double Mean {
double get () override;
}
abstract Mean : float with get
override Mean : float with get
Property Value
Type:
DoubleThe mean of the distribution.
The mean or expectation value of a distribution
indicates its average or central value. The mean is only
a very rudimentary characterization of a distribution.
Two distributions with the same mean value can be
very different.
Numerical Libraries
Supported in: 6.0
Reference