Rcpp Version 1.0.9
unif.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::dunif_1 (double x, double a, int give_log)
 
double Rcpp::stats::dunif_0 (double x, int give_log)
 
double Rcpp::stats::punif_1 (double x, double a, int lower_tail, int log_p)
 
double Rcpp::stats::punif_0 (double x, int lower_tail, int log_p)
 
double Rcpp::stats::qunif_1 (double p, double a, int lower_tail, int log_p)
 
double Rcpp::stats::qunif_0 (double p, int lower_tail, int log_p)