Click or drag to resize
StepwiseRegressionCoefficientTTests 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 StepwiseRegressionCoefficientTTestsValue CoefficientTTests { get; }

Property Value

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