public double Mean { get; }
Public ReadOnly Property Mean As Double Get
public: property double Mean { double get (); }
member Mean : float with get
The mean is the average of all values in the sample.
In This Article