|
Rcpp Version 1.0.14
|

Go to the source code of this file.
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
| namespace | Rcpp::stats |
Functions | |
| double | Rcpp::stats::dlogis_0 (double x, int give_log) |
| double | Rcpp::stats::dlogis_1 (double x, double location, int give_log) |
| double | Rcpp::stats::plogis_0 (double x, int lower_tail, int log_p) |
| double | Rcpp::stats::plogis_1 (double x, double location, int lower_tail, int log_p) |
| double | Rcpp::stats::qlogis_0 (double p, int lower_tail, int log_p) |
| double | Rcpp::stats::qlogis_1 (double p, double location, int lower_tail, int log_p) |