Rcpp Version 1.0.14
Loading...
Searching...
No Matches
cauchy.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Rcpp
 Rcpp API.
 
namespace  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)