Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use openquant::sampling::{get_ind_matrix, seq_bootstrap};
2
3
let label_endtime = vec![(0, 3), (2, 5), (4, 7)];
4
let bars = vec![0, 1, 2, 3, 4, 5, 6, 7];
Callers
nothing calls this directly
Calls
2
get_ind_matrix
Function · 0.85
seq_bootstrap
Function · 0.85
Tested by
no test coverage detected