|
Rcpp Version 0.9.10
|

Go to the source code of this file.
Namespaces | |
| namespace | Rcpp |
Rcpp API. | |
| namespace | Rcpp::stats |
Functions | |
| double | Rcpp::stats::d_exp_0 (double x, int give_log) |
| double | Rcpp::stats::q_exp_0 (double p, int lower_tail, int log_p) |
| double | Rcpp::stats::p_exp_0 (double x, int lower_tail, int log_p) |
| template<bool NA, typename T > | |
| stats::D1< REALSXP, NA, T > | Rcpp::dexp (const Rcpp::VectorBase< REALSXP, NA, T > &x, double shape, bool log=false) |
| template<bool NA, typename T > | |
| stats::P1< REALSXP, NA, T > | Rcpp::pexp (const Rcpp::VectorBase< REALSXP, NA, T > &x, double shape, bool lower=true, bool log=false) |
| template<bool NA, typename T > | |
| stats::Q1< REALSXP, NA, T > | Rcpp::qexp (const Rcpp::VectorBase< REALSXP, NA, T > &x, double shape, bool lower=true, bool log=false) |