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

Function ms_get_konto_entropy

crates/pyopenquant/src/microstructural.rs:121–123  ·  view source on GitHub ↗
(message: String, window: usize)

Source from the content-addressed store, hash-verified

119}
120
121#[pyfunction(name = "sigma_mapping")]
122fn ms_sigma_mapping(array: Vec<f64>, step: f64) -> PyResult<Vec<(f64, char)>> {
123 openquant::microstructural_features::sigma_mapping(&array, step).map_err(to_py_err)
124}
125
126#[pyfunction(name = "encode_array")]

Callers

nothing calls this directly

Calls 1

get_konto_entropyFunction · 0.85

Tested by

no test coverage detected