Skip to main content

Module resample

Module resample 

Source
Expand description

Temporal bootstrap / resampling index plans.

SPDX-License-Identifier: MIT OR Apache-2.0

Enums§

PermutationScheme
Null / permutation scheme for ResamplingPlan::Permutation.
ResamplingPlan
Resampling plan producing row-index or weight replicates.

Functions§

fill_resample_index_batch
Fill out (len = n * n_replicates, replicate-major) with index plans under one ExecutionContext.
fill_resample_indexes
Fill out with a length-n row-index plan under plan.
fill_resample_indexes_grouped
Fill out with a length-n row-index plan, optionally using cluster_ids.
fill_resample_weight_batch
Batch Bayesian-bootstrap weights under one ExecutionContext (replicate-major).
fill_resample_weights
Fill out with length-n Bayesian-bootstrap weights (normalized Exp(1) draws).
resample_timeseries
Apply a resampling plan to produce a new float64 time series.
resample_timeseries_grouped
Like resample_timeseries, with optional cluster labels for clustered plans.