Returns the population mean.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double GetMean()
Visual Basic (Declaration)
Public Function GetMean As Double
Visual C++
public:
double GetMean()

Return Value

A double representing the population mean.

See Also