TwoLevelFactorial

@Serializable
@SerialName(value = "twoLevelFactorial")
data class TwoLevelFactorial(val fraction: Fraction = Fraction.Full) : DesignSpec(source)

Two-level factorial — every factor must have exactly 2 levels. fraction selects which subset of the full 2^k design the substrate enumerates: full, half-fraction (with sign), or a custom fractional design with explicit defining relations.

Maps to TwoLevelFactorialDesign(factors) plus the iterator determined by fraction.

Constructors

Link copied to clipboard
constructor(fraction: Fraction = Fraction.Full)

Properties

Link copied to clipboard