this function should take a set of buckets and reduce them to a decimated subset for a given range
the list of values in the bucket
this function should take a set of buckets and reduce them to a decimated subset for a given range
this function is used to map the revert xyValues from x scaled values
this function is used to map the input xyValues to x scaled values
this function is used to map the input xyValues to y scaled values
Returns the key of this decimator
Returns the name of this decimator
Returns the decimated list of buckets
construct a generic decimator using a custom user function
converts the x value to a GUI x coordinate
converts the y value to a GUI y coordinate
Generated using TypeDoc
Data decimation to fit information to onto the graph.
This class divides the x-Axis time range into a set of buckets. Each bucket provides the average of the values, the minimum & maximum values, and the values upon entry & exit. It assumes that the DB values are increase over the time.