22#ifndef Rcpp__stats__norm_h
23#define Rcpp__stats__norm_h
56inline double pnorm_1(
double x,
double mu ,
98inline double qnorm_1(
double p,
double mu ,
113RCPP_DPQ_2(norm, ::Rf_dnorm4, ::Rf_pnorm5, ::Rf_qnorm5)
#define RCPP_DPQ_2(__NAME__, __D__, __P__, __Q__)
#define RCPP_DPQ_1(__NAME__, __D__, __P__, __Q__)
#define RCPP_DPQ_0(__NAME__, __D__, __P__, __Q__)
double pnorm_0(double x, int lower_tail, int log_p)
double pnorm_1(double x, double mu, int lower_tail, int log_p)
double dnorm_0(double x, int give_log)
double qnorm_1(double p, double mu, int lower_tail, int log_p)
double qnorm_0(double p, int lower_tail, int log_p)
double dnorm_1(double x, double mu, int give_log)