mqr.doe.Design.

from_fullfact#

static Design.from_fullfact(names, levels, scale_origin=True, pttypes=True)#

Construct a design from pyDOE3.fullfact(…).

Parameters:
nameslist[str]

List of variable names.

levelslist[int]

A list of counts of levels, passed directly to pyDOE3.fullfact(…).

scale_originbool, optional
True
Scales the levels to have integer values centred at the origin.
False
Levels are set directly from the pyDOE3 output.
Returns:
Design

Notes

The point type column is only added when all factors have two levels.