Rcpp Version 1.0.9
lnorm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::stats
 

Functions

double Rcpp::stats::dlnorm_0 (double x, int log_p)
 
double Rcpp::stats::dlnorm_1 (double x, double meanlog, int log_p)
 
double Rcpp::stats::plnorm_0 (double x, int lower_tail, int log_p)
 
double Rcpp::stats::plnorm_1 (double x, double meanlog, int lower_tail, int log_p)
 
double Rcpp::stats::qlnorm_0 (double p, int lower_tail, int log_p)
 
double Rcpp::stats::qlnorm_1 (double p, double meanlog, int lower_tail, int log_p)