The LinearRegressionParameter type exposes the following members.

Methods

  NameDescription
Clone
Creates a deep copy of this LinearRegressionParameter.
ConfidenceInterval
Returns the 1 - alpha confidence interval for this parameter.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
SetRegression
Sets the regression object and the parameter index for this regression parameter.
ToString
Returns a formatted string representation of this parameter.
(Overrides Object..::.ToString()()().)
TStatistic
Returns the t-statistic for the null hypothesis that this parameter is equal to the given test value.
TStatisticCriticalValue
Gets the critical value of the t-statistic for the specified alpha level.
TStatisticPValue
Returns the p-value for a t-test with the null hypothesis that this parameter is equal to the given test value versus the alternative hypothesis that it is not.

See Also