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

Function ascii_table

crates/openquant/src/microstructural_features.rs:429–431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

427}
428
429fn ascii_table() -> Vec<char> {
430 (0..256).map(|i| char::from_u32(i).unwrap()).collect()
431}
432
433pub fn quantile_mapping(array: &[f64], num_letters: usize) -> Result<Vec<(f64, char)>, String> {
434 if num_letters == 0 || num_letters > 256 {

Callers 2

quantile_mappingFunction · 0.85
sigma_mappingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected