Click or drag to resize
LinearRegressionCoefficientTTests Property
Returns statistics relating to the regression coefficients.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public LinearRegressionCoefficientTTestsValue CoefficientTTests { get; }

Property Value

Type: LinearRegressionCoefficientTTestsValue
A LinearRegression.CoefficientTTestsValue object which possesses regression statistics related to the coefficients.
See Also