DesignPointIterator

inner class DesignPointIterator(val numReps: Int? = null) : DesignPointIteratorIfc

This iterator should present each design point until all points in the design have been presented.

Parameters

numReps

the number of replications for the design points. If not null, it must be greater or equal to 1. If null, the design point's current number of replications is used.

Constructors

Link copied to clipboard
constructor(numReps: Int? = null)

Properties

Link copied to clipboard
open override var count: Int

The number of design points presented

Link copied to clipboard
open override val design: ExperimentalDesignIfc
Link copied to clipboard
open val factors: Set<Factor>
Link copied to clipboard
open override var last: DesignPoint?

The last presented design point

Link copied to clipboard
open val numFactors: Int
Link copied to clipboard
val numReps: Int? = null

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard

A new iterator starting at the first point

Link copied to clipboard
open operator override fun next(): DesignPoint