Monte Carlo Experimental Design Matlab Code: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 11: | Line 11: | ||
=See Also= | =See Also= | ||
[[ | * [[Monte Carlo Experimental Design]] - page giving general overview of applying Monte Carlo to experimental design | ||
* [[Composite Experimental Design]] - page giving general overview of applying composite experimental design | |||
* [[Composite Experimental Design Matlab Code]] - Matlab code to run a composite design for the same toy problem | |||
Revision as of 03:45, 29 June 2011
The Monte Carlo code for experimental design consists of several parts:
1. ToyProblem_cmr.m - The toy problem function (this is the function being sampled)
2. MonteCarlo.m - The Monte Carlo driver
Part 1: Monte Carlo routine: creating the sample points, looping over each sample point, evaluating the function at each sample point
Part 2: Postprocessing: fit a function to the data, plot the raw data points, plot the polynomial function, print useful information about the model
See Also
- Monte Carlo Experimental Design - page giving general overview of applying Monte Carlo to experimental design
- Composite Experimental Design - page giving general overview of applying composite experimental design
- Composite Experimental Design Matlab Code - Matlab code to run a composite design for the same toy problem