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.
callable
Apply the given function to the vector of levels.
dict
Use each level as a key in this dictionary and replace the level
with the returned value. Each level must be a key in the dictionary.
Returns:
Design

A copy of this design with new levels.