Package jline.api.trace
Class Mtrace_bootstrapKt
-
- All Implemented Interfaces:
public final class Mtrace_bootstrapKt
-
-
Method Summary
Modifier and Type Method Description final static BootstrapResultsmtrace_bootstrap(DoubleArray interArrivalTimes, IntArray classLabels, Integer numBootstraps, Integer blockSize, Long seed)Performs bootstrap resampling on a multi-class trace to estimate confidence intervals and assess variability of trace statistics. -
-
Method Detail
-
mtrace_bootstrap
final static BootstrapResults mtrace_bootstrap(DoubleArray interArrivalTimes, IntArray classLabels, Integer numBootstraps, Integer blockSize, Long seed)
Performs bootstrap resampling on a multi-class trace to estimate confidence intervals and assess variability of trace statistics.
- Parameters:
interArrivalTimes- Array of inter-arrival timesclassLabels- Array of class labelsnumBootstraps- Number of bootstrap samples (default: 1000)blockSize- Size of blocks for block bootstrap (default: auto-determined)seed- Random seed for reproducibility- Returns:
Bootstrap results containing confidence intervals for key statistics
-
-
-
-