Rcpp Version 1.0.9
logis.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::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)