Click or drag to resize
LinearRegressionCoefficientTTestsValue Constructor
CoefficientTTestsValue contains statistics related to the regression coefficients.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public CoefficientTTestsValue(
	LinearRegression lr
)

Parameters

lr
Type: Imsl.StatLinearRegression
A LinearRegression object used to calculate the regression statistics.
See Also