Composite Experimental Design Matlab Code: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
2. [[CompositeDesign.m]] - The composite design driver | 2. [[CompositeDesign.m]] - The composite design driver | ||
3. [[MakeResponseSurface.m]] - A function to create and plot a response surface | |||
4. [http://files.charlesmartinreid.com/ExperimentalDesign/allLV1.m allLV1.m] - A function to create permutations (used to generate polynomial powers) | |||
Part 1: Composite design construction, creation of sample points, loop over all samples and sample function | Part 1: Composite design construction, creation of sample points, loop over all samples and sample function | ||
| Line 26: | Line 30: | ||
{{ExperimentalDesign}} | |||
[[Category:Matlab]] | [[Category:Matlab]] | ||
Latest revision as of 07:09, 2 July 2011
The composite design code consists of two parts:
1. ToyProblem_cmr.m - The toy problem function (this is the function being sampled)
2. CompositeDesign.m - The composite design driver
3. MakeResponseSurface.m - A function to create and plot a response surface
4. allLV1.m - A function to create permutations (used to generate polynomial powers)
Part 1: Composite design construction, creation of sample points, loop over all samples and sample function
Part 2: Postprocessing: creating response surface
See Also
- Experimental Design Lecture - overview of experimental design methodologies
- Example Problem for Experimental Design - page giving general overview of the "toy problem" used to illustrate and explore experimental design techniques
- Composite Experimental Design - page giving general overview of applying composite experimental design
- Monte Carlo Experimental Design - page giving general overview of applying Monte Carlo to experimental design
- Monte Carlo Experimental Design Matlab Code - page giving Matlab codes used for Monte Carlo simulations
| |||||||||||||||||||||||||||||||||||||||||