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

Go to the source code of this file.

Namespaces

namespace  Rcpp
 

Rcpp API.


namespace  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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines