You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/a_neat_error_function_approximation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Here's the graph of this function. Unfortunately, I couldn't get Geogebra to ren
32
32
33
33
If you pay attention to the region we are integrating over, it is a square with the side length of \\(2t\\). And since it is a square, we can't utilize the polar coordinates to find a precise formula for the area.
34
34
But what we can do is, we can draw two circular regions, one that is inscribed by our square region and one that inscribes our square region to set bounds for our integral. Their radius are \\(t\\) and \\(t\sqrt{2}\\)
35
-
respectively. (Keep in mind that the below inequality holds for \\(t \geq 0\\), but this is not a big issue because the \\(erf(t)\\) is and odd function.
35
+
respectively. (Keep in mind that the below inequality holds for \\(t \geq 0\\), but this is not a big issue because the \\(erf(t)\\) is an odd function.
36
36
Meaning for \\(t \lt 0\\), we can just use \\(-erf(-t)\\))
0 commit comments