scippuncertainty.mc.accumulator.Accumulator#
- class scippuncertainty.mc.accumulator.Accumulator(*args, **kwargs)[source]#
Compute statistics on bootstrap results.
- __init__(*args, **kwargs)#
Methods
__init__
(*args, **kwargs)add
(sample)Register a single sample.
add_from
(other)Merge results from
other
intoself
.get
()Return the current result.
new
()Return a new accumulator of the same type as
self
.