Design of Experiments Toolbox
The goal of this toolbox is to provide design of experiments techniques, along
with functions for model building.
Designs
* scidoe_fullfact: A full factorial design
* scidoe_ff2n: A full factorial design with 2 factors
* scidoe_bbdesign: Box-Behnken design
Model Building
* scidoe_simplelinreg : univariate linear regression
* scidoe_multilinreg : multivariate linear regression
* scidoe_regress : multiple linear regression
* scidoe_regressprint : print regression summary
* scidoe_yates: Yates Algorithm
* scidoe_ryates: Inverse Yates Algorithm
Support
* scidoe_compare : The default comparison function used in the sort-merge.
* scidoe_plotcube : Plots a d dimensions cube in [-1,1].
* scidoe_sort : A flexible sorting function.
* scidoe_sortdesign : Sort the experiments of a design of experiments
* scidoe_string : Sort the experiments of a design of experiments