statistics By Row
fun Array<DoubleArray>.statisticsByRow(rowNames: List<String> = emptyList()): List<StatisticIfc>(source)
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
row Names
the names of the rows (optional)