Halfnormplot

From Eigenvector Research Documentation Wiki
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