Skip to content

Commit

Permalink
fix the relative tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
Timot05 committed Jan 15, 2024
1 parent cc82c29 commit 15df933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/equations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"So if we inject this back in the equation above, we get:\n",
"\n",
"$$\n",
"\\sigma_F^2 \\approx \\sum_{i=1}^{n} \\left( \\frac{\\partial F}{\\partial x_i} \\frac{x_i}{F(x_1, x_2, ..., x_n)} \\right)^2 \\sigma_{x_i}^2\n",
"\\frac{\\sigma_F^2}{F(x_1, x_2, ..., x_n)} \\approx \\sum_{i=1}^{n} \\left( \\frac{\\partial F}{\\partial x_i} \\frac{x_i}{F(x_1, x_2, ..., x_n)} \\right)^2 \\frac{\\sigma_{x_i}}{x_i}^2\n",
"$$\n",
"\n",
"## Cost function\n",
Expand Down

0 comments on commit 15df933

Please sign in to comment.