scippuncertainty.mc.driver#

Control bootstrap resampling.

Module Attributes

SkipSample

Return from a function to indicate that a sample should be skipped.

Functions

resample(*, samplers, rng)

Draw samples from given samplers forever.

resample_n(*, samplers, rng, n[, progress, ...])

Draw n samples.

run(fn, *, n_samples, samplers[, ...])

Propagate uncertainties using Monte-Carlo.

Classes

MCResult(*, data, n_samples, samples)

Result of a Monte-Carlo error estimation.

SkipSampleType()

See scippuncertainty.mc.SkipSample.