Click or drag to resize

NMathFunctionsMedianDeviationFromMedian(Single) Method

Calculates the median of the absolute deviations from the median.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float MedianDeviationFromMedian(
	float[] data
)

Parameters

data  Single
An array.

Return Value

Single
Median deviation from median.
See Also