Returns statistics relating to the regression coefficients.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public LinearRegression..::.CoefficientTTestsValue CoefficientTTests { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property CoefficientTTests As LinearRegression..::.CoefficientTTestsValue |
Visual C++ |
---|
public: property LinearRegression..::.CoefficientTTestsValue^ CoefficientTTests { LinearRegression..::.CoefficientTTestsValue^ get (); } |