106
edits
Pr0m1th3as (talk | contribs) |
Pr0m1th3as (talk | contribs) No edit summary |
||
Line 505: | Line 505: | ||
Functions available for computing design matrices. | Functions available for computing design matrices. | ||
{| class="wikitable" | |||
! Function | |||
* | ! Description | ||
|- | |||
| fullfact | |||
| Full factorial design. | |||
|- | |||
| ff2n | |||
| Two-level full factorial design. | |||
|- | |||
| sigma_pts | |||
| Calculates 2*N+1 sigma points in N dimensions. | |||
|- | |||
| x2fx | |||
| Convert predictors to design matrix. | |||
|} | |||
== Model Fitting == | == Model Fitting == | ||
Line 516: | Line 526: | ||
Functions available for fitting or evaluating statistical models. | Functions available for fitting or evaluating statistical models. | ||
{| class="wikitable" | |||
! Function | |||
! Description | |||
|- | |||
| crossval | |||
| Perform cross validation on given data. | |||
|- | |||
| fitgmdist | |||
| Fit a Gaussian mixture model with K components to DATA. | |||
|- | |||
| fitlm | |||
| Regress the continuous outcome (i.e. dependent variable) Y on continuous or categorical predictors (i.e. independent variables) X by minimizing the sum-of-squared residuals. | |||
|} | |||
=== Cross Validation === | === Cross Validation === |
edits