The student-t test statistics for the regression coefficients.

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

Syntax

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

Field Value

A StepwiseRegression.CoefficientTTestsValue object containing statistics relating to the regression coefficients.

See Also