Click or drag to resize

DoubleFairWeightingFunction(Double) Constructor

Constructs an instance of DoubleFairWeightingFunction with the given tuning factor.

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

Parameters

tuningFactor  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