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

Function max

crates/openquant/tests/structural_breaks.rs:28–30  ·  view source on GitHub ↗
(values: &[f64])

Source from the content-addressed store, hash-verified

26}
27
28fn max(values: &[f64]) -> f64 {
29 values.iter().cloned().fold(f64::NAN, f64::max)
30}
31
32#[test]
33fn test_chu_stinchcombe_value_diff_function() {

Callers 15

_make_base_frameFunction · 0.85
run_flywheel_iterationFunction · 0.85
_purged_kfold_splitsFunction · 0.85
_solve_linear_systemFunction · 0.85
_scoreFunction · 0.85
_score_with_perm_groupsFunction · 0.85
_standardizeFunction · 0.85
_corr_matrixFunction · 0.85
_max_abs_offdiagFunction · 0.85
feature_screen_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected