Loading [MathJax]/extensions/tex2jax.js
slope 0.31.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
qnorm.h File Reference

An implementation of the quantile function for the standard normal distribution. More...

#include <cmath>
Include dependency graph for qnorm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  slope
 Namespace containing SLOPE regression implementation.
 

Functions

double slope::normalQuantile (const double p)
 Computes the quantile of a standard normal distribution using the Beasley-Springer-Moro algorithm.
 

Detailed Description

An implementation of the quantile function for the standard normal distribution.

Definition in file qnorm.h.