mqr.doe.Design.
from_axial#
- static Design.from_axial(names, exclude=None, magnitude=None)#
Construct a design from runs of axial points.
- Parameters:
- nameslist[str]
List of variable names.
- excludelist[str] or set[str], optional
Iterable of names to exclude from construction (the columns still exist, but no runs are added).
- magnitudefloat, optional
Magnitude of axial points. Default is sqrt(len(names)).
- Returns: