FactorialDesignIterator

open inner class FactorialDesignIterator(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. Must be greater or equal to 1.

Inheritors

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: FactorialDesign
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