Rcpp Version 1.0.14
Loading...
Searching...
No Matches
norm.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::dnorm_1 (double x, double mu, int give_log)
 
double Rcpp::stats::dnorm_0 (double x, int give_log)
 
double Rcpp::stats::pnorm_1 (double x, double mu, int lower_tail, int log_p)
 
double Rcpp::stats::pnorm_0 (double x, int lower_tail, int log_p)
 
double Rcpp::stats::qnorm_1 (double p, double mu, int lower_tail, int log_p)
 
double Rcpp::stats::qnorm_0 (double p, int lower_tail, int log_p)