MCPcopy Create free account
hub / github.com/Open-Quant/openquant / 02_seq_bootstrap.rs

File 02_seq_bootstrap.rs

notebooks/rust/02_seq_bootstrap.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use openquant::sampling::{get_ind_matrix, seq_bootstrap};
2
3let label_endtime = vec![(0, 3), (2, 5), (4, 7)];
4let bars = vec![0, 1, 2, 3, 4, 5, 6, 7];

Callers

nothing calls this directly

Calls 2

get_ind_matrixFunction · 0.85
seq_bootstrapFunction · 0.85

Tested by

no test coverage detected