Registered StackHub users may elect to receive email notifications whenever a new package version is released.
There are 0 watchers.
Find Intervals
read(temp and discharge).hisRead(yesterday).zivaHisFindIntervals()
Cumulative Integral/Area under the Curve from Rectangle Method Approximation
readAll(temp and discharge).hisRead(yesterday).zivaHisAddRectIntegral()
Cumulative Integral/Area under the Curve from Trapezoid Method Approximation
readAll(temp and discharge).hisRead(yesterday).zivaHisAddTrapIntegral()
Rolling Delta
readAll(temp and discharge).hisRead(yesterday).zivaHisDelta()
Derivative
readAll(temp and discharge).hisRead(yesterday).zivaHisDerivative()
Integral from Rectangle Method Approximation
readAll(temp and discharge).hisRead(yesterday).zivaHisRectIntegral()
Shift Data Back in Time One TS
readAll(temp and discharge).hisRead(yesterday).zivaHisShiftDataBack()
Shift Data Forward in Time One TS
readAll(temp and discharge).hisRead(yesterday).zivaHisShiftDataBack()
readAll(temp and discharge).hisRead(yesterday).zivaHisShiftDataBack(false)
Rolling Sum
readAll(temp and discharge).hisRead(yesterday).zivaHisSum()
Integral from Trapezoid Method Approximation
readAll(temp and discharge).hisRead(yesterday).zivaHisTrapIntegral()
Get each ZScore of each cell of a hisGrid
read(zone and air and temp and sensor).hisRead(pastMonth).zivaHisZScore
readAll(power).hisRead(pastMonth).zivaHisZScore
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).zivaSeparatePeriods
read(temp and discharge).hisRead(yesterday).hisFindPeriods(x => x > 70).zivaSeparatePeriods(1hr)