 | LinearRegressionParameterBeta Property |
Gets the standardized beta coefficient.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Beta { get; }
Public ReadOnly Property Beta As Double
Get
public:
property double Beta {
double get ();
}
member Beta : float with get
Property Value
Double
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