CoefficientTTestsValue contains statistics related to the student-t test, for each regression coefficient.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class CoefficientTTestsValue
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CoefficientTTestsValue
Visual C++
[SerializableAttribute]
public ref class CoefficientTTestsValue

Inheritance Hierarchy

System..::.Object
Imsl.Stat..::.StepwiseRegression..::.CoefficientTTestsValue

See Also