mqr.doe.Design.

randomise_runs#

Design.randomise_runs(*order)#

Return the same set of runs, randomised over their run labels.

Parameters:
order{‘PtType’, block_name, factor_name}, optional

Keep the runs ordered by this group(s). When more than one order is specified, the group labelled by the first element is sorted, then the group labelled by the second element is sorted within the groups of the first, and so on. The default None fully randomises the runs.

Returns:
Design

A copy of this design, randomised.