Skip to content

Commit

Permalink
fix typos in calculator example
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Feb 19, 2021
1 parent f1d1252 commit e7d5504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/notebooks/learn/UsingCalculators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
}
],
"source": [
"p_sb, p_b, p_s = asymp_calc.pvalues(teststat, sb_dist, b_dist)\n",
"p_sb, p_b, p_s = toy_calc.pvalues(teststat, sb_dist, b_dist)\n",
"\n",
"print(f'CL_sb = {p_sb}')\n",
"print(f'CL_b = {p_b}')\n",
Expand Down Expand Up @@ -415,7 +415,7 @@
}
],
"source": [
"p_exp_sb, p_exp_b, p_exp_s = asymp_calc.expected_pvalues(sb_dist, b_dist)\n",
"p_exp_sb, p_exp_b, p_exp_s = toy_calc.expected_pvalues(sb_dist, b_dist)\n",
"\n",
"print(f'exp. CL_sb = {p_exp_sb}')\n",
"print(f'exp. CL_b = {p_exp_b}')\n",
Expand Down

0 comments on commit e7d5504

Please sign in to comment.