Skip to content

1.0.1

Compare
Choose a tag to compare
@jonathancallahan jonathancallahan released this 18 Jan 23:25
· 19 commits to main since this release

air-monitor-algorithms 1.0.1

Initial release includes the following algorithms:

  • dailyAverage() -- Creates daily averages for the specified time zone.
  • diurnalAverage() -- Creates hour-of-day averages for the specified time zone.* nowcast() -- Returns an array of NowCast values derived from the incoming time series.
  • trimDate() -- Trims time series data to complete days in the specified time zone.