Returns the geometric mean of the variable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public double GetGeometricMean()
|
| Visual Basic (Declaration) |
Public Function GetGeometricMean As Double
|
| Visual C++ |
public:
double GetGeometricMean()
|
| F# |
member GetGeometricMean : unit -> float
|
Return Value
The geometric mean of the variable.
Remarks
Exceptions
See Also