Uses of Class
com.imsl.stat.StepwiseRegression.CyclingIsOccurringException
Packages that use StepwiseRegression.CyclingIsOccurringException
-
Uses of StepwiseRegression.CyclingIsOccurringException in com.imsl.stat
Methods in com.imsl.stat that throw StepwiseRegression.CyclingIsOccurringExceptionModifier and TypeMethodDescriptionvoidStepwiseRegression.compute()Builds the multiple linear regression models using forward selection, backward selection, or stepwise selection.StepwiseRegression.getANOVA()Gets an analysis of variance table and related statistics.StepwiseRegression.getCoefficientTTests()Returns the student-t test statistics for the regression coefficients.double[]StepwiseRegression.getCoefficientVIF()Returns the variance inflation factors for the final model in this invocation.double[][]StepwiseRegression.getCovariancesSwept()Returns the results aftercovhas been swept for the columns corresponding to the variables in the model.double[]StepwiseRegression.getHistory()Returns the stepwise regression history for the independent variables.doubleStepwiseRegression.getIntercept()Returns the intercept.double[]StepwiseRegression.getSwept()Returns an array containing information indicating whether or not a particular variable is in the model.