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