Default value for the fair weighting tuning factor. If the response is normally distributed, the default tuning factor gives coefficient estimates that are approximately 95% as statistically efficient as the ordinary least squares estimates.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static double DEFAULT_TUNING_FACTOR
Visual Basic (Declaration)
Public Shared DEFAULT_TUNING_FACTOR As Double
Visual C++
public:
static double DEFAULT_TUNING_FACTOR

See Also