Returns statistics relating to the regression coefficients.

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

Syntax

C#
public LinearRegression..::.CoefficientTTestsValue CoefficientTTests { get; }
Visual Basic (Declaration)
Public ReadOnly Property CoefficientTTests As LinearRegression..::.CoefficientTTestsValue
Visual C++
public:
property LinearRegression..::.CoefficientTTestsValue^ CoefficientTTests {
	LinearRegression..::.CoefficientTTestsValue^ get ();
}

Field Value

A LinearRegression.CoefficientTTestsValue object which possesses regression statistics related to the coefficients.

See Also