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
- TrueScales the levels to have integer values centred at the origin.FalseLevels are set directly from the pyDOE3 output.
 
- Returns:
 - Notes - The point type column is only added when all factors have two levels.