Class Index | File Index

Classes


Class pv.histogram.Bin


Extends array.
Represents a bin returned by the pv.histogram operator. Bins are themselves arrays containing the data elements present in the given bin (prior to the accessor function being invoked to convert the data object to a numeric value). These bin arrays have additional attributes with meta information about the bin.
Defined in: Histogram.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
dx
The magnitude value of the bin's range; end - start.
 
x
The start value of the bin's range.
 
y
The frequency or probability of the bin, depending on how the histogram operator was configured.
Class Detail
pv.histogram.Bin()
See:
pv.histogram
Field Detail
{number} dx
The magnitude value of the bin's range; end - start.

{number} x
The start value of the bin's range.

{number} y
The frequency or probability of the bin, depending on how the histogram operator was configured.

Documentation generated by JsDoc Toolkit 2.3.2 on Sun May 30 2010 18:10:24 GMT-0700 (PDT)