 | LogisticDistributionMean Property |
Gets the mean of the distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Mean { get; }
Public ReadOnly Property Mean As Double
Get
public:
virtual property double Mean {
double get () sealed;
}
abstract Mean : float with get
override Mean : float with get
Property Value
DoubleImplements
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