Double |
The DoubleLeastSqWeightingFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| AdjustedResiduals | Returns a vector of adjusted residuals for the weighted least squares problem: Ax = b. | |
| Clone | Creates a deep copy of this weighting. | |
| GetWeights | Computes weights from residuals. | |
| Initialize | Performs initialization of the weighting function based on the matrix A in the weighted least squares problem: Ax - b. | |
| MedianAbsDeviation | 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. |