Skip to content

sig.histogram

Olivier Lartillot edited this page Jan 31, 2018 · 1 revision

sig.histogram can be applied to any object and will return its corresponding histogram. The data is binned into equally spaced containers.

Options

  • sig.hist(..., 'Bins’, n) specifies the number of containers. Default value : n = 10.

  • sig.hist(..., 'Integer') is another method, suitable for data of type integer. The distribution shows the frequency related to each possible integer value.

Clone this wiki locally