mqr.doe.Design.
transform#
- Design.transform(**transforms)#
Apply transforms to the levels of this design.
- Parameters:
- transforms{Transform, callable, dict}
Keyword args with keywords corresponding to factor names of the design. Not all factors need to be listed/transformed.
Apply the given transform to the vector of levels.callableApply the given function to the vector of levels.dictUse each level as a key in this dictionary and replace the levelwith the returned value. Each level must be a key in the dictionary.
- Returns:
Design
A copy of this design with new levels.