CoefficientTTestsValue contains statistics related to the regression coefficients.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public CoefficientTTestsValue(
	LinearRegression lr
)
Visual Basic (Declaration)
Public Sub New ( _
	lr As LinearRegression _
)
Visual C++
public:
CoefficientTTestsValue(
	LinearRegression^ lr
)

Parameters

lr
Type: Imsl.Stat..::.LinearRegression
A LinearRegression object used to calculate the regression statistics.

See Also