Click or drag to resize

DoubleLeastSqWeightingFunctionMedianAbsDeviation Method

Returns the Mean Absolute Deviation of a vector of values. The mean absolute deviation is an estimate of the standard deviation of the vector of residuals normalized to make the estimate unbiased for the normal distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double MedianAbsDeviation(
	DoubleVector residuals
)

Parameters

residuals  DoubleVector
A vector of residuals.

Return Value

Double
Mean Absolute Deviation (MAD) of the residuals.
See Also