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

Function ms_get_roll_measure

crates/pyopenquant/src/microstructural.rs:8–10  ·  view source on GitHub ↗
(close: Vec<f64>, window: usize)

Source from the content-addressed store, hash-verified

6
7#[pyfunction(name = "get_roll_measure")]
8fn ms_get_roll_measure(close: Vec<f64>, window: usize) -> Vec<f64> {
9 openquant::microstructural_features::get_roll_measure(&close, window)
10}
11
12#[pyfunction(name = "get_roll_impact")]
13fn ms_get_roll_impact(close: Vec<f64>, dollar_volume: Vec<f64>, window: usize) -> Vec<f64> {

Callers

nothing calls this directly

Calls 1

get_roll_measureFunction · 0.85

Tested by

no test coverage detected