Click or drag to resize

LinearRegressionParameterBeta Property

Gets the standardized beta coefficient.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Beta { 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