Skip to content

Create a 1D or 2D histogram of a set of data points.

Notifications You must be signed in to change notification settings

tercen/histogram_operator

Repository files navigation

Histogram operator

Description

The histogram_operator allows one to create 1D or 2D histograms.

Usage
Input projection .
y-axis numeric, measurement
x-axis numeric, second measurement for 2D histogram, optional
Input parameters .
n_bins number of bins
Output relations .
x_bin x bin
y_bin y bin
count count of values in the bin
density proportion of values in the bin
Details

The operator bins the values over the x and y axes and computes the frequency of values in each bin. The computation is done per cell.

See Also

density_operator

About

Create a 1D or 2D histogram of a set of data points.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages