Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFrequencyTableOptions

Options to the Series.frequency function.

Hierarchy

  • IFrequencyTableOptions

Index

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).

Generated using TypeDoc