Halfnormplot: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with " ===Purpose=== Produce Half-Normal or Normal plot from DOE dataset object. ===Synopsis=== :halfnormplot(doe, y, plottype) :fig = halfnormplot(doe, y, plottype) ====Inputs====...") |
(No difference)
|
Latest revision as of 11:19, 9 November 2011
Purpose
Produce Half-Normal or Normal plot from DOE dataset object.
Synopsis
- halfnormplot(doe, y, plottype)
- fig = halfnormplot(doe, y, plottype)
Inputs
- doe = DOE dataset object.
- y = Experimentally measured response values.
- plottype = [ {'half-normal'} | 'normal' ] Indicates which plot type.
Example
halfnormplot(doe, y, 'half-normal');