Skip to content

Commit 940b371

Browse files
committed
corrected mistake in PF formula
1 parent 5018760 commit 940b371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/const_seq_sampling/prob_feas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"\n",
1919
"$$\n",
2020
" \\begin{align*}\n",
21-
" PF_i(x) = P[G_i(x) \\leq 0] = \\Phi \\Bigg( -\\frac{\\hat{g}_i(x)}{\\hat{\\sigma}_{g,i}(x)} \\leq 0 \\Bigg),\n",
21+
" PF_i(x) = P[G_i(x) \\leq 0] = \\Phi \\Bigg( -\\frac{\\hat{g}_i(x)}{\\hat{\\sigma}_{g,i}(x)}\\Bigg),\n",
2222
" \\end{align*}\n",
2323
"$$\n",
2424
"\n",

0 commit comments

Comments
 (0)