Class DoubleBisquareWeightingFunction implements the bisquare 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 DoubleBisquareWeightingFunction : DoubleLeastSqWeightingFunction
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DoubleBisquareWeightingFunction _
	Inherits DoubleLeastSqWeightingFunction
Visual C++
[SerializableAttribute]
public ref class DoubleBisquareWeightingFunction : public DoubleLeastSqWeightingFunction

Remarks

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

Inheritance Hierarchy

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

See Also