EventStats

data class EventStats(val daysWithEvents: Int, val rollingAverage: Double, val totalEvents: Int)

Statistics about collected events over a time period.

Constructors

Link copied to clipboard
constructor(daysWithEvents: Int, rollingAverage: Double, totalEvents: Int)

Properties

Link copied to clipboard

Number of days that had at least one event

Link copied to clipboard

Average number of events per day over the period

Link copied to clipboard

Total number of events in the period