smooth.OMG.coefbootstrap
- OMG.coefbootstrap(nsim=1000, size=None, replace=False, prob=None, parallel=False, method='cr', seed=None, verbose=False)
Bootstrap the joint OMG coefficient sampling distribution.
Mirrors R’s
coefbootstrap.omg(R/omg.R:1401-1600): case-resamples the raw input series, refits the joint OMG on each replicate, and stacks the prefixedA:/B:coefficient vectors.parallel=True(orparallel=<int>) runs replicates in parallel viajoblib.Parallel(cpu_count - 1workers by default, or the supplied integer). Requires the optionaljoblibdependency; if unavailable, a warning is emitted and the call falls back to serial. Seesmooth.adam_general.core.adam.ADAM.coefbootstrap()for the full parameter documentation; the OMG version takes the same signature and returns the sameBootstrapResult.
Parent Class: OMG