Click or drag to resize
StepwiseRegressionCoefficientTTestsValue Class
CoefficientTTestsValue contains statistics related to the student-t test, for each regression coefficient.
Inheritance Hierarchy
SystemObject
  Imsl.StatStepwiseRegressionCoefficientTTestsValue

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public class CoefficientTTestsValue

The StepwiseRegressionCoefficientTTestsValue type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCoefficient
Returns the estimate for a coefficient of the independent variable.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPValue
Returns the p-value for the two-sided test H_0:{
            \beta}=0 vs. H_1:{\beta}\ne 0.
Public methodGetStandardError
Returns the estimated standard error for a coefficient estimate.
Public methodGetTStatistic
Returns the student-t test statistic for testing the i-th coefficient equal to zero ({\beta}_{index}=0
            ).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also