|
MeasuresContraHarmonicMean Method (Double)
|
Computes the contraharmonic mean of the given values.
Namespace:
Accord.Statistics
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double ContraHarmonicMean(
double[] values
)
Public Shared Function ContraHarmonicMean (
values As Double()
) As Double
Request Example
View SourceParameters
- values
- Type: SystemDouble
A unsigned short array containing the vector members.
Return Value
Type:
DoubleThe contraharmonic mean of the given data.
See Also