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

Function ms_quantile_mapping

crates/pyopenquant/src/microstructural.rs:89–91  ·  view source on GitHub ↗
(array: Vec<f64>, num_letters: usize)

Source from the content-addressed store, hash-verified

87// --- VPIN ---
88
89#[pyfunction(name = "vwap")]
90fn ms_vwap(dollar_volume: Vec<f64>, volume: Vec<f64>) -> f64 {
91 openquant::microstructural_features::vwap(&dollar_volume, &volume)
92}
93
94#[pyfunction(name = "get_avg_tick_size")]

Callers

nothing calls this directly

Calls 1

quantile_mappingFunction · 0.85

Tested by

no test coverage detected