Gets the mean of the distribution.

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual double Mean { get; }
Public Overridable ReadOnly Property Mean As Double
	Get
public:
virtual property double Mean {
	double get ();
}
abstract Mean : float with get
override Mean : float with get

See Also