pyinterp.StreamingHistogram.__iadd__

pyinterp.StreamingHistogram.__iadd__#

StreamingHistogram.__iadd__(other: object) Self[source]#

Add a new histogram to the current one.

Parameters:

other – The histogram to add to the current one.

Returns:

itself.