designPoint

protected fun designPoint(k: Int, replications: Int?): DesignPoint(source)

Returns the design point at the kth row of the factorial design based on the cartesian product of the factors and their levels.

Return

the returned DesignPoint

Parameters

k

must be in 1 to numDesignPoints

replications

the number of replications for this design point Must be greater or equal to 1.