LinearRegressionCoefficientTTestsValue Constructor |
CoefficientTTestsValue contains statistics related to the
regression coefficients.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public CoefficientTTestsValue(
LinearRegression lr
)
Public Sub New (
lr As LinearRegression
)
public:
CoefficientTTestsValue(
LinearRegression^ lr
)
new :
lr : LinearRegression -> CoefficientTTestsValue
Parameters
- lr
- Type: Imsl.StatLinearRegression
A LinearRegression object used to calculate the regression
statistics.
See Also