slope 0.29.0
Loading...
Searching...
No Matches
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.