ExponentialDistributionMean Property |
Gets the mean of the distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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:
DoubleSee Also