An InterpolatingFunction which is the cumulative integral of the (histogram) specified by binedges and binheights. Note than binedges should be one element longer than binheights, since the lower & upper edges are specified. Note that this is a malformed spline, since the second derivatives are all zero, so it has less continuity. Also, note that the bin edges can be given in backwards order to generate the reversed accumulation (starting at the high end)
Definition at line 1365 of file C2Functions.py.
Public Member Functions | |
def | __init__ |
Static Public Attributes | |
string | ClassName = 'AccumulatedHistogram' |