Click or drag to resize

AnovaRegressionSubjectParam Methods

The AnovaRegressionSubjectParam type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this AnovaRegressionSubjectParam.
Public methodConfidenceInterval Returns the 1 - alpha confidence interval for this parameter.
(Inherited from LinearRegressionParameter)
Public methodEquals Tests for equality of this factor regression parameter and another factor regression parameter.
(Overrides AnovaRegressionFactorParamEquals(Object))
Public methodGetHashCode Returns an integer hash code for this factor regression parameter.
(Overrides AnovaRegressionFactorParamGetHashCode)
Public methodSetParameterValues Set the linear regression paramater values.
(Inherited from LinearRegressionParameter)
Public methodSetRegression Sets the regression object and the parameter index for this regression parameter.
(Inherited from LinearRegressionParameter)
Public methodToString The regression parameter statistics as a string.
(Overrides AnovaRegressionFactorParamToString)
Public methodTStatistic Returns the t-statistic for the null hypothesis that this parameter is equal to the given test value.
(Inherited from LinearRegressionParameter)
Public methodTStatisticCriticalValue Gets the critical value of the t-statistic for the specified alpha level.
(Inherited from LinearRegressionParameter)
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.
(Inherited from LinearRegressionParameter)
Top
See Also