NormalDistributionMean Property |
Returns the population mean of xData.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax 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
Property Value
Type:
Double
A
double representing the population mean of
xData.
See Also