NormOneSampleMean Property |
Returns the mean of the sample.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Mean { get; }
Public ReadOnly Property Mean As Double
Get
public:
property double Mean {
double get ();
}
member Mean : float with get
Property Value
Type:
Double
A
double containing the mean of
x.
See Also