Click or drag to resize

LogisticDistributionMean Property

Gets the mean of the distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Mean { get; }

Property Value

Double

Implements

IRandomVariableMomentsMean
Remarks
Because the logistic distribution is symmetric, the mean is the same as the location. To set the mean, see the Location property.
See Also