IFrequencyTableOptions | Data-Forge

Options to the Series.frequency function.

Hierarchy

  • IFrequencyTableOptions

Index

Properties

Properties

Optional captureValues

captureValues: undefined | false | true

Enables capturing of values for each group.

Optional interval

interval: undefined | number

Directly sets the interval (if defined). This is the range of each group.

Optional lower

lower: undefined | number

Lower boundary (if defined).

Optional upper

upper: undefined | number

Upper boundary (if defined).