Expand description
Temporal bootstrap / resampling index plans.
SPDX-License-Identifier: MIT OR Apache-2.0
Enums§
- Permutation
Scheme - Null / permutation scheme for
ResamplingPlan::Permutation. - Resampling
Plan - 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 oneExecutionContext. - fill_
resample_ indexes - Fill
outwith a length-nrow-index plan underplan. - fill_
resample_ indexes_ grouped - Fill
outwith a length-nrow-index plan, optionally usingcluster_ids. - fill_
resample_ weight_ batch - Batch Bayesian-bootstrap weights under one
ExecutionContext(replicate-major). - fill_
resample_ weights - Fill
outwith length-nBayesian-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.