calculateGenericStatistics

fun MeasurementSummary.calculateGenericStatistics(plans: List<GenericStatisticsPlan> = GenericStatisticsPlan.generic(), summarizeRun0: Boolean, includedRuns: List<RunSummary> = includedRuns(summarizeRun0)): 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