You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce based on one or more reduce_option. Generally,
191
-
the [] indexing is easier, but this might be useful in
192
-
some cases, and is lighter-weight.
193
-
"""
194
-
195
-
returnself.__class__(self._hist.reduce(*args))
196
-
197
-
defproject(self, *args):
198
-
"""
199
-
Project to a single axis or several axes on a multidiminsional histogram. Provided a list of axis numbers, this will produce the histogram over those axes only. Flow bins are used if available.
Project to a single axis or several axes on a multidiminsional histogram. Provided a list of axis numbers, this will produce the histogram over those axes only. Flow bins are used if available.
Reduce based on one or more reduce_option's. If you are operating on most or all of your axis, consider slicing with [] notation.
425
+
"""
426
+
427
+
returnself.__class__(self._hist.reduce(*args))
428
+
429
+
defproject(self, *args):
430
+
"""
431
+
Project to a single axis or several axes on a multidiminsional histogram. Provided a list of axis numbers, this will produce the histogram over those axes only. Flow bins are used if available.
0 commit comments