Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ mean
Function
mean
experiments/benchmark/evaluate_simulation_metrics.py:109–112 ·
view source on GitHub ↗
(values: List[float])
Source
from the content-addressed store, hash-verified
107
108
109
def
mean(values: List[float]) -> float:
110
if
not values:
111
return
0.0
112
return
sum(values) / len(values)
113
114
115
def
mean_defined(values: List[Any]) -> float:
Callers
11
mean_defined
Function · 0.70
aggregate_metrics
Function · 0.70
build_dataset_summary
Function · 0.70
build_scored_papers
Function · 0.50
aggregate_episode_scores
Function · 0.50
aggregate_method_scores
Function · 0.50
build_scored_reports
Function · 0.50
aggregate_model_scores
Function · 0.50
build_scored_rows
Function · 0.50
aggregate_event_scores
Function · 0.50
aggregate_method_scores
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected