Click or drag to resize

DoubleFairWeightingFunction(DoubleMatrix, Double) Constructor

Constructs a DoubleFairWeightingFunction for the specified matrx and tuning factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleFairWeightingFunction(
	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