Composite Experimental Design Matlab Code
From charlesreid1
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
|