designIterator

open override fun designIterator(replications: Int?): DesignPointIteratorIfc

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 If null (the default) the current setting for the number of replications of the design point is used; otherwise, the design point's number of replications will be updated by the supplied value. Must be greater than 0