Click or drag to resize
LinearRegressionCoefficientTTestsValue Class
CoefficientTTestsValue contains statistics related to the regression coefficients.
Inheritance Hierarchy
SystemObject
  Imsl.StatLinearRegressionCoefficientTTestsValue

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

The LinearRegressionCoefficientTTestsValue type exposes the following members.

Constructors
  NameDescription
Public methodLinearRegressionCoefficientTTestsValue
CoefficientTTestsValue contains statistics related to the regression coefficients.
Top
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.
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.
Public methodGetStandardError
Returns the estimated standard error for a coefficient estimate.
Public methodGetTStatistic
Returns the t-statistic for the test that the i-th coefficient is zero.
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