Source code for upxo.statops.StatOper

[docs] def hist1d(data): """Hist1d.""" raise NotImplementedError("hist1d is not yet implemented.")
[docs] def hist2d(data): """Hist2d.""" raise NotImplementedError("hist2d is not yet implemented.")