The DoubleLeastSqWeightingFunction type exposes the following members.

Methods

  NameDescription
AdjustedResiduals
Returns a vector of adjusted residuals for the weighted least squares problem: Ax = b.
Clone
Creates a deep copy of this weighting.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetWeights
Computes weights from residuals.
Initialize
Performs intialization 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.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also