Properties
Private _algorithm
Defined in ql/math/statistics/histogram.ts:166
Private _bins
Defined in ql/math/statistics/histogram.ts:165
Private _breaks
Defined in ql/math/statistics/histogram.ts:167
Private _counts
Defined in ql/math/statistics/histogram.ts:168
Private _data
Defined in ql/math/statistics/histogram.ts:164
Private _frequency
Defined in ql/math/statistics/histogram.ts:169
Methods
algorithm
Defined in ql/math/statistics/histogram.ts:59
bins
Defined in ql/math/statistics/histogram.ts:51
breaks
Defined in ql/math/statistics/histogram.ts:55
Returns Real []
Private calculate
Defined in ql/math/statistics/histogram.ts:75
Returns void
counts
Defined in ql/math/statistics/histogram.ts:67
Parameters
empty
Defined in ql/math/statistics/histogram.ts:63
Returns boolean
frequency
Defined in ql/math/statistics/histogram.ts:71
Parameters
init1
Defined in ql/math/statistics/histogram.ts:24
Parameters
init2
Defined in ql/math/statistics/histogram.ts:33
Parameters
init3
Defined in ql/math/statistics/histogram.ts:42
Parameters
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Histogram class
This class computes the histogram of a given data set. The caller can specify the number of bins, the breaks, or the algorithm for determining these quantities in computing the histogram.