Factorial Design
A factorial design represents a list of design points where every design point represents a possible row in the cartesian product of the levels for the factors. That is, all possible combinations of the levels for the factors are possible design points. A design point is individually generated when needed via the associated iterator for the design.
Parameters
a set representing the factors used in the design. There must be 2 factors in the supplied set.
an optional name for the design
Inheritors
Types
This iterator should present each design point until all points in the design have been presented.
Properties
Functions
Returns an iterator that produces the design points in order from 1 to the number of design points.
Returns the design point at the kth row of the factorial design based on the cartesian product of the factors and their levels.
Returns an iterator that produces the design points in order from 1 to the number of design points. Every des