Releases: MazamaScience/air-monitor-algorithms
Releases · MazamaScience/air-monitor-algorithms
1.0.4
1.0.3
air-monitor-algorithms 1.0.3
- Replaced
dailyAverage()
anddiurnalAverage()
functions withdailyStats()
anddiurnalStats()
. These new functions return an object properties fordatetime
orhour
as well ascount
,min
,mean
, andmax
. - Added array manipulation functions:
arrayCount()
,arraySum()
,arrayMin()
,arrayMean()
, andarrayMax()
.
1.0.2
air-monitor-algorithms 1.0.2
- Restructured the directory to put all source code in a
src/
directory. - Now generating documentation using
jsdoc
.
1.0.1
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.