Home Page - Philipp K. Janert on Philipp K. Janert, Ph.D. · Sep 21, 2024
Computing the Normal Distribution Function
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Every once in a while, I need to evaluate the normal distribution function $\Phi(x)$: $$ \Phi(x) = \frac{1}{\sqrt{2 \pi}} \int_{-\infty}^x \! e^{-\frac{1}{2}t^2} \, dt $$ Unfortunately, it is not always available in the standard math libraries, and hence I have to implement a “good-enough” version myself. Here are some options.
Read on /blog/2024/computing-the-normal-distribution-function/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.