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