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