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