Cauchy Distribution.Mean Property
Gets the mean or expectation value of the distribution.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
NaN.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override double Mean { get; }
Property Value
DoubleNaN.
Remarks
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.
The mean for the Cauchy distribution is undefined, which is returned as NaN. This means that no matter how many samples are taken, the estimate is no more accurate than if just one sample was taken.