| Name | Description |
|---|
| ANOVA1 (2) | Performs a one-way (single-factor) analysis of variance (ANOVA). |
| ANOVA2 | Performs balanced two-way analysis of variance (ANOVA). |
| LinRegress | Simple linear regression. |
| LogisticRegress (2) | Logistic regression. |
| MulLinRegress (2) | Multivariante linear regression. |
| MultiNumericDerive | Vectorized computation of the numerical derivative for the regress function. |
| NLinRegress (4) | General non-linear regression. |
| NumericDerive | Numerical derivative for regress function. |
| PCRegress (2) | Principal Component Regression. |
| PoissonRegress | Poisson generalized linear model with log-link. |
| PRESS | Prediction error sum of squares (PRESS). |
| R2 | R2 value. |
| RegressTest (2) | Regression tests. |
| RidgeOptimalk | Optimal k value for ridge regression. |
| RidgeRegress | Regression by using "ridge" regression method. |
| StepwiseRegression | Stepwise regression is an optimization aglorithm aiming to improve the quality of the multiple linear regression by excluding noisy variables. |