Click or drag to resize

LinearRegressionParameter Methods

The LinearRegressionParameter type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this LinearRegressionParameter.
Public methodConfidenceInterval Returns the 1 - alpha confidence interval for this parameter.
Public methodSetParameterValues Set the linear regression paramater values.
Public methodSetRegression Sets the regression object and the parameter index for this regression parameter.
Public methodToString Returns a formatted string representation of this parameter.
(Overrides ObjectToString)
Public methodTStatistic Returns the t-statistic for the null hypothesis that this parameter is equal to the given test value.
Public methodTStatisticCriticalValue Gets the critical value of the t-statistic for the specified alpha level.
Public methodTStatisticPValue 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.
Top
See Also