intervalsNeedingData

fun intervalsNeedingData(intervals: List<TimeInterval> = this.intervals): List<TimeInterval>

Returns an array of time intervals that do not have data associated with them based on the passed array of intervals. If no intervals are provided, then the current intervals for the time series are used.

Parameters

intervals
  • The time intervals to check for data. If no intervals are provided, then the current intervals for the time series are used.