Programming

First of the many articles I intend to post in the coming weeks. This one is about the inverse error function.

Article: HERE

Introduction:
When one is dealing with statistic or generating random numbers one eventually encounters both the error function and the inverse error function. While some programming languages have the error function included in their math standard libraries, typically the inverse error function is excluded. In this article I will be talking about the inverse error function, some of its uses and go over multiple different methods to approximate it.…