statisticsByRow

fun Array<DoubleArray>.statisticsByRow(rowNames: List<String> = emptyList()): List<StatisticIfc>

Computes the statistics for the 2D array of doubles by rows. If the row name is not supplied then the row is called rowj where j is the number of the missing row name.

Parameters

rowNames

the names of the rows (optional)