MCPcopy Create free account
hub / github.com/Open-Quant/openquant / sampling_seq_bootstrap

Function sampling_seq_bootstrap

crates/pyopenquant/src/sampling.rs:31–37  ·  view source on GitHub ↗
(
    ind_mat: Vec<Vec<u8>>,
    sample_length: Option<usize>,
    warmup_samples: Option<Vec<usize>>,
)

Source from the content-addressed store, hash-verified

29 ind_mat: Vec<Vec<u8>>,
30 sample_length: Option<usize>,
31 warmup_samples: Option<Vec<usize>>,
32) -> Vec<usize> {
33 openquant::sampling::seq_bootstrap(&ind_mat, sample_length, warmup_samples)
34}
35
36#[pyfunction(name = "get_av_uniqueness_from_triple_barrier")]
37fn sampling_get_av_uniqueness_from_triple_barrier(
38 samples_info: Vec<(usize, usize)>,
39 price_bars_len: usize,
40) -> Vec<f64> {

Callers

nothing calls this directly

Calls 1

seq_bootstrapFunction · 0.85

Tested by

no test coverage detected