Companion

object Companion

Functions

Link copied to clipboard

Checks if each double[] in the map has the same length

Link copied to clipboard

A helper method to compute the difference between the two arrays

Link copied to clipboard
fun create(dataMap: Map<String, List<Double>>, responseName: String? = null): MultipleComparisonAnalyzer

Creates multiple comparison analyzer from the supplied data.

Link copied to clipboard
fun mvtQuantile(level: Double, dof: Int, nDim: Int): Double

The quantile from a multi-variate t-distribution with common correlation of 0.5. This is table look up for values of Table B.3 from Bechhofer, Santner, and Goldsman (1995) "Design and Analysis of Experiments for Statistical Selection, Screening, and Multiple Comparisons"

Link copied to clipboard
fun mvtQuantile90(dof: Int, nDim: Int): Double
Link copied to clipboard
fun mvtQuantile95(dof: Int, nDim: Int): Double
Link copied to clipboard
fun mvtQuantile99(dof: Int, nDim: Int): Double
Link copied to clipboard
fun qtukey(p: Double, nMeans: Double, dof: Double): Double
Link copied to clipboard
fun rinottConstant(numTreatments: Int, pStar: Double, dof: Int): Double

Calculates Rinott constants as per Table 2.13 of Bechhofer et al.