Registered StackHub users may elect to receive email notifications whenever a new package version is released.
There are 6 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()
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