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

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

Property Value

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