Click or drag to resize

DoubleLeastSqWeightingFunction Methods

The DoubleLeastSqWeightingFunction type exposes the following members.

Methods
 NameDescription
Public methodAdjustedResiduals Returns a vector of adjusted residuals for the weighted least squares problem: Ax = b.
Public methodClone Creates a deep copy of this weighting.
Public methodGetWeights Computes weights from residuals.
Public methodInitialize Performs initialization of the weighting function based on the matrix A in the weighted least squares problem: Ax - b.
Public methodMedianAbsDeviation 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.
Top
See Also