Constructs an instance of DoubleFairWeightingFunction with
the given tuning factor.
Namespace:
CenterSpace.NMath.Matrix
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleFairWeightingFunction(
double tuningFactor
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
tuningFactor As Double _
) |
| Visual C++ |
|---|
public:
DoubleFairWeightingFunction(
double tuningFactor
) |
Parameters
- tuningFactor
- Type: System..::.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