24#ifndef Rcpp__stats__lnorm_h
25#define Rcpp__stats__lnorm_h
52 return x + meanlog + 1.0;
57 y = (::log(x) - meanlog);
79 return x + meanlog + 1.0;
100 return p + meanlog + 1.0;
112RCPP_DPQ_2(lnorm,::Rf_dlnorm,::Rf_plnorm,::Rf_qlnorm)
#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 qlnorm_0(double p, int lower_tail, int log_p)
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 dlnorm_0(double x, int log_p)
double qlnorm_1(double p, double meanlog, int lower_tail, int log_p)
double plnorm_0(double x, int lower_tail, int log_p)
double plnorm_1(double x, double meanlog, int lower_tail, int log_p)
double dlnorm_1(double x, double meanlog, int log_p)
#define R_Q_P01_boundaries(p, _LEFT_, _RIGHT_)