calculateGenericStatistics

fun MeasurementSummary.calculateGenericStatistics(plans: List<GenericStatisticsPlan> = GenericStatisticsPlan.generic(), excludedRuns: List<Int>, includedRuns: List<RunSummary> = includedRuns(excludedRuns)): List<QuantityStatistics>

Generic stats for a measurement. These are calculated quickly from the data already in memory without the need to go through the events.

See also