Halfnormplot

From Eigenvector Research Documentation Wiki
Revision as of 12:19, 9 November 2011 by 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====...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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');

See Also

doegen, doegui