Click or drag to resize

DoubleBisquareWeightingFunction(DoubleMatrix, Double) Constructor

Constructs a DoubleBisquareWeightingFunction for the specified matrx and tuning factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleBisquareWeightingFunction(
	DoubleMatrix A,
	double tune
)

Parameters

A  DoubleMatrix
Matrix from the weighted least squares problem Ax = b
tune  Double
Tuning factor. Decreasing the tuning factor from its default value increases the downweight assigned to large residuals and increasing the tuning factor from its default value decreases the downweight assigned to large residuals.
See Also