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

Function ms_encode_array

crates/pyopenquant/src/microstructural.rs:99–101  ·  view source on GitHub ↗
(array: Vec<f64>, encoding: Vec<(f64, char)>)

Source from the content-addressed store, hash-verified

97}
98
99#[pyfunction(name = "get_vpin")]
100fn ms_get_vpin(volume: Vec<f64>, buy_volume: Vec<f64>, window: usize) -> Vec<f64> {
101 openquant::microstructural_features::get_vpin(&volume, &buy_volume, window)
102}
103
104#[pyfunction(name = "get_bvc_buy_volume")]

Callers

nothing calls this directly

Calls 1

encode_arrayFunction · 0.85

Tested by

no test coverage detected