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