LinearRegressionCoefficientTTests Property |
Returns statistics relating to the regression coefficients.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public LinearRegressionCoefficientTTestsValue CoefficientTTests { get; }
Public ReadOnly Property CoefficientTTests As LinearRegressionCoefficientTTestsValue
Get
public:
property LinearRegressionCoefficientTTestsValue^ CoefficientTTests {
LinearRegressionCoefficientTTestsValue^ get ();
}
member CoefficientTTests : LinearRegressionCoefficientTTestsValue with get
Property Value
Type:
LinearRegressionCoefficientTTestsValue
A
LinearRegression.CoefficientTTestsValue object which
possesses regression statistics related to the coefficients.
See Also