Class DoubleFairWeightingFunction implements the fair weighting function for Iteratively Reweighted Least Squares (IRLS).

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public class DoubleFairWeightingFunction : DoubleLeastSqWeightingFunction
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DoubleFairWeightingFunction _
	Inherits DoubleLeastSqWeightingFunction
Visual C++
[SerializableAttribute]
public ref class DoubleFairWeightingFunction : public DoubleLeastSqWeightingFunction

Remarks

Applys the fair weighting formula to a set of adjusted residuals.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.DoubleLeastSqWeightingFunction
    CenterSpace.NMath.Matrix..::.DoubleFairWeightingFunction

See Also