Factorial Design Iterator
open inner class FactorialDesignIterator @JvmOverloads constructor(val numReps: Int? = null) : DesignPointIteratorIfc
This iterator should present each design point until all points in the design have been presented.
Parameters
num Reps
the number of replications for the design points. Must be greater or equal to 1.