Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
fn max(values: &[f64]) -> f64 {
29
values.iter().cloned().fold(f64::NAN, f64::max)
30
}
31
32
#[test]
33
fn test_chu_stinchcombe_value_diff_function() {
Callers
15
_make_base_frame
Function · 0.85
make_synthetic_futures_dataset
Function · 0.85
run_flywheel_iteration
Function · 0.85
_purged_kfold_splits
Function · 0.85
_solve_linear_system
Function · 0.85
_score
Function · 0.85
_score_with_perm_groups
Function · 0.85
_standardize
Function · 0.85
orthogonalize_features_pca
Function · 0.85
_corr_matrix
Function · 0.85
_max_abs_offdiag
Function · 0.85
feature_screen_report
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected