Registered StackHub users may elect to receive email notifications whenever a new package version is released.
There are 8 watchers.
Find Intervals
read(temp and discharge).hisRead(yesterday).sfxHisFindIntervals()
Cumulative Integral/Area under the Curve from Rectangle Method Approximation
readAll(temp and discharge).hisRead(yesterday).sfxHisAddRectIntegral()
Cumulative Integral/Area under the Curve from Trapezoid Method Approximation
readAll(temp and discharge).hisRead(yesterday).sfxHisAddTrapIntegral()
Rolling Delta
readAll(temp and discharge).hisRead(yesterday).sfxHisDelta()
Derivative
readAll(temp and discharge).hisRead(yesterday).sfxHisDerivative()
Integral from Rectangle Method Approximation
readAll(temp and discharge).hisRead(yesterday).sfxHisRectIntegral()
Shift Data Back in Time One TS
readAll(temp and discharge).hisRead(yesterday).sfxHisShiftDataBack()
Shift Data Forward in Time One TS
readAll(temp and discharge).hisRead(yesterday).sfxHisShiftDataBack()
readAll(temp and discharge).hisRead(yesterday).sfxHisShiftDataBack(false)
Rolling Sum
readAll(temp and discharge).hisRead(yesterday).sfxHisSum()
Integral from Trapezoid Method Approximation
readAll(temp and discharge).hisRead(yesterday).sfxHisTrapIntegral()
Get each ZScore of each cell of a hisGrid
read(zone and air and temp and sensor).hisRead(pastMonth).sfxHisZScore
readAll(power).hisRead(pastMonth).sfxHisZScore
Unit Fixing Function
Function used to convert booleans and fix null units
Separate Periods of a HisDurGrid into the Requested Interval
read(temp and discharge).hisRead(yesterday).hisFindPeriods(x => x > 70).sfxSeparatePeriods
read(temp and discharge).hisRead(yesterday).hisFindPeriods(x => x > 70).sfxSeparatePeriods(1hr)