Gets the standardized beta coefficient.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double Beta { get; }
Visual Basic (Declaration)
Public ReadOnly Property Beta As Double
Visual C++
public:
property double Beta {
	double get ();
}

Remarks

Beta coefficients are weighted by the ratio of the standard deviation of the independent variable over the standard deviation of the dependent variable.

See Also