hotstepper.Steps.histogram

Steps.histogram(bins=None, axis=0)

Calculates a histogram for the corresponding step function values

Parameters
  • steps (class::Steps) – Steps object to perform calculation.

  • bins (int, Optional) – The number of bins the data will be grouped into for analysis

  • axis (int, Optional (rows -> y values)) – The axis to use to generate the histogram. axis = 0; will use row data that represents the equivalent y values of the steps data. axis = 1; will use column data that represents the equivalent x values of the steps data.

Returns

Return type

array, array

See also

Steps.ecdf, Steps.pacf