TwoLevelFactorialDesign

class TwoLevelFactorialDesign @JvmOverloads constructor(factors: Set<TwoLevelFactor>, name: String? = null) : FactorialDesign(source)

Constructors

Link copied to clipboard
constructor(factors: Set<TwoLevelFactor>, name: String? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
inner class TwoLevelFractionalIterator @JvmOverloads constructor(relation: Set<Set<Int>>, numReps: Int? = null, val sign: Double = 1.0) : FactorialDesign.FactorialDesignIterator

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

Functions

Link copied to clipboard

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