Statistics ANOVA Experimental design Miscellaneous: Difference between revisions
Jump to navigation
Jump to search
imported>Scott No edit summary |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
:[[anova2w]] - Two-way analysis of variance. | :[[anova2w]] - Two-way analysis of variance. | ||
:[[anovadoe]] - Function to perform ANOVA for 2^k factorial model X, Y data. | :[[anovadoe]] - Function to perform ANOVA for 2^k factorial model X, Y data. | ||
:[[boxbehnken]] - Create a Box-Behnken Design of Experiments. | |||
:[[ccdface]] - Create a Face-Centered Central Composite Design of Experiments. | :[[ccdface]] - Create a Face-Centered Central Composite Design of Experiments. | ||
:[[ccdsphere]] - Create a Spherical Central Composite Design of Experiments. | :[[ccdsphere]] - Create a Spherical Central Composite Design of Experiments. | ||
Line 7: | Line 8: | ||
:[[cov_cv]] - Estimation of a regularized inverse covariance matrix. | :[[cov_cv]] - Estimation of a regularized inverse covariance matrix. | ||
:[[distslct]] - Selects samples on outside of data space. | :[[distslct]] - Selects samples on outside of data space. | ||
:[[ | :[[doeeffectsplot]] - Create main effect or interaction plot, incl LSD bars. | ||
:[[doegen]] - Generate a Design of Experiments (DOE) DataSet object. | :[[doegen]] - Generate a Design of Experiments (DOE) DataSet object. | ||
:[[doegui]] - Design of Experiments tool. | :[[doegui]] - Design of Experiments tool. | ||
Line 17: | Line 18: | ||
:[[exteriorpts]] - Selects samples on outside of data space after normalizing data. | :[[exteriorpts]] - Selects samples on outside of data space after normalizing data. | ||
:[[factdes]] - Full factorial design of experiments. | :[[factdes]] - Full factorial design of experiments. | ||
:[[fitcircle]] -Fits circles (and spheres) to x,y (and z) data. | |||
:[[ffacconfusion]] - Generates confusion table for a fractional factorial DOE. | |||
:[[ffacdes1]] - Fractional factorial design of experiments. | :[[ffacdes1]] - Fractional factorial design of experiments. | ||
:[[ftest]] - F test and inverse F test statistic. | :[[ftest]] - F test and inverse F test statistic. | ||
:[[halfnormplot]] - Produce Half-Normal or Normal plot from DOE dataset object. | |||
:[[kennardstone]] - Select a subset of samples from a data set by the Kennard-Stone algorithm. | |||
:[[percentile]] - Finds percentile point (similar to MEDIAN). | :[[percentile]] - Finds percentile point (similar to MEDIAN). | ||
:[[reducennsamples]] - Selects a subset of samples by removing nearest neighbors. | :[[reducennsamples]] - Selects a subset of samples by removing nearest neighbors. |
Latest revision as of 10:52, 14 October 2022
- anova1w - One-way analysis of variance.
- anova2w - Two-way analysis of variance.
- anovadoe - Function to perform ANOVA for 2^k factorial model X, Y data.
- boxbehnken - Create a Box-Behnken Design of Experiments.
- ccdface - Create a Face-Centered Central Composite Design of Experiments.
- ccdsphere - Create a Spherical Central Composite Design of Experiments.
- corrmap - Correlation map with variable grouping.
- cov_cv - Estimation of a regularized inverse covariance matrix.
- distslct - Selects samples on outside of data space.
- doeeffectsplot - Create main effect or interaction plot, incl LSD bars.
- doegen - Generate a Design of Experiments (DOE) DataSet object.
- doegui - Design of Experiments tool.
- doeinteractions - Calculates interaction terms of a raw DOE matrix.
- doerunsheet - Create a doe run sheet.
- doescale - Convert coded DOE to scaled DOE or scaled back to coded.
- doptimal - Selects samples based on D-Optimal criteria.
- durbin_watson - Criterion for measure of continuity.
- exteriorpts - Selects samples on outside of data space after normalizing data.
- factdes - Full factorial design of experiments.
- fitcircle -Fits circles (and spheres) to x,y (and z) data.
- ffacconfusion - Generates confusion table for a fractional factorial DOE.
- ffacdes1 - Fractional factorial design of experiments.
- ftest - F test and inverse F test statistic.
- halfnormplot - Produce Half-Normal or Normal plot from DOE dataset object.
- kennardstone - Select a subset of samples from a data set by the Kennard-Stone algorithm.
- percentile - Finds percentile point (similar to MEDIAN).
- reducennsamples - Selects a subset of samples by removing nearest neighbors.
- stdsslct - Selects data subsets (often for use in standardization).
- ttestp - Evaluates t-distribution and its inverse.
(Sub topic of Categorical_Index)