slope 0.29.0
Loading...
Searching...
No Matches
qnorm.h
Go to the documentation of this file.
1
7#include <cmath>
8
9namespace slope {
10
18double
19normalQuantile(const double p);
20
21} // namespace slope
Namespace containing SLOPE regression implementation.
Definition clusters.cpp:5
double normalQuantile(const double p)
Computes the quantile of a standard normal distribution using the Beasley-Springer-Moro algorithm.
Definition qnorm.cpp:9