StepwiseRegression.CoefficientTTests Property |
The student-t test statistics for the regression
coefficients.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual StepwiseRegression. CoefficientTTestsValue CoefficientTTests { get; }
Public Overridable ReadOnly Property CoefficientTTests As StepwiseRegression. CoefficientTTestsValue
Get
public:
virtual property StepwiseRegression. CoefficientTTestsValue^ CoefficientTTests {
StepwiseRegression. CoefficientTTestsValue^ get ();
}
abstract CoefficientTTests : StepwiseRegression. CoefficientTTestsValue with get
override CoefficientTTests : StepwiseRegression. CoefficientTTestsValue with get
Property Value
Type:
StepwiseRegression.CoefficientTTestsValue
A
StepwiseRegression.CoefficientTTestsValue object containing
statistics relating to the regression coefficients.
See Also