Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ _mean
Function
_mean
python/openquant/feature_diagnostics.py:234–235 ·
view source on GitHub ↗
(values: Sequence[float])
Source
from the content-addressed store, hash-verified
232
233
234
def
_mean(values: Sequence[float]) -> float:
235
return
sum(values) / len(values)
if
values
else
0.0
236
237
238
def
_std(values: Sequence[float]) -> float:
Callers
5
_std
Function · 0.85
_importance_table
Function · 0.85
mda_importance
Function · 0.85
substitution_effect_report
Function · 0.85
feature_screen_report
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected