Click or drag to resize
StepwiseRegression.CoefficientTTests Property
The student-t test statistics for the regression coefficients.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual StepwiseRegression. CoefficientTTestsValue CoefficientTTests { get; }

Property Value

Type: StepwiseRegression.CoefficientTTestsValue
A StepwiseRegression.CoefficientTTestsValue object containing statistics relating to the regression coefficients.
See Also