Rcpp Version 1.0.9
|
Go to the source code of this file.
Namespaces | |
Rcpp | |
Rcpp API. | |
Rcpp::stats | |
Functions | |
double | Rcpp::stats::dcauchy_0 (double x, int give_log) |
double | Rcpp::stats::dcauchy_1 (double x, double location, int give_log) |
double | Rcpp::stats::pcauchy_0 (double x, int lower_tail, int log_p) |
double | Rcpp::stats::pcauchy_1 (double x, double location, int lower_tail, int log_p) |
double | Rcpp::stats::qcauchy_0 (double p, int lower_tail, int log_p) |
double | Rcpp::stats::qcauchy_1 (double p, double location, int lower_tail, int log_p) |