design Iterator
open override fun designIterator(replications: Int?): FactorialDesign.FactorialDesignIterator(source)
Returns an iterator that produces the design points in order from 1 to the number of design points.
Parameters
replications
the number of replications for the design points returned from the iterator Must be greater or equal to 1.