Click or drag to resize

DoubleBisquareWeightingFunction(Double) Constructor

Constructs an instance of DoubleBisquareWeightingFunction with the given tuning factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleBisquareWeightingFunction(
	double tuningConstant
)

Parameters

tuningConstant  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