We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6243a commit 847e095Copy full SHA for 847e095
src/agentlab/analyze/covariate_std_err.py
@@ -6,7 +6,7 @@
6
from statsmodels.genmod.families import Binomial
7
8
9
-def aggregate_success(
+def aggregate_std_err(
10
run_rewards: Sequence[np.ndarray],
11
baseline_rewards: np.ndarray,
12
std_err_fn: Callable[[np.ndarray, np.ndarray], Tuple[float, float]] = None,
0 commit comments