mqr.doe.
Affine#
- class mqr.doe.Affine(scale: float, translate: float)#
An Affine transform for transforming the levels in a Design.
The scale is applied first, then the translation. See Design of Experiments for examples.
- Attributes:
- scalefloat
Multiplies experiment levels.
- translatefloat
Offsets the experiment levels after they are scaled by scale.
Methods