|
Rcpp Version 1.1.2
|

Go to the source code of this file.
Macros | |
| #define | give_log log_p |
| #define | R_D__0 (log_p ? ML_NEGINF : 0.) /* 0 */ |
| #define | R_D__1 (log_p ? 0. : 1.) /* 1 */ |
| #define | R_DT_0 (lower_tail ? R_D__0 : R_D__1) /* 0 */ |
| #define | R_DT_1 (lower_tail ? R_D__1 : R_D__0) /* 1 */ |
| #define | R_D_Lval(p) |
| #define | R_D_Cval(p) |
| #define | R_D_val(x) |
| #define | R_D_qIv(p) |
| #define | R_D_exp(x) |
| #define | R_D_log(p) |
| #define | R_D_Clog(p) |
| #define | R_Log1_Exp(x) |
| #define | R_D_LExp(x) |
| #define | R_DT_val(x) |
| #define | R_DT_Cval(x) |
| #define | R_DT_qIv(p) |
| #define | R_DT_CIv(p) |
| #define | R_DT_exp(x) |
| #define | R_DT_Cexp(x) |
| #define | R_DT_log(p) |
| #define | R_DT_Clog(p) |
| #define | R_DT_Log(p) |
| #define | R_Q_P01_check(p) |
| #define | R_Q_P01_boundaries(p, _LEFT_, _RIGHT_) |
| #define | R_P_bounds_01(x, x_min, x_max) |
| #define | R_P_bounds_Inf_01(x) |
| #define | R_D_fexp(f, x) |
| #define | R_D_forceint(x) |
| #define | R_D_nonint(x) |
| #define | R_D_negInonint(x) |
| #define | R_D_nonint_check(x) |
| #define give_log log_p |
Definition at line 24 of file macros.h.
Referenced by Rcpp::stats::d_exp_0(), Rcpp::stats::dcauchy_0(), Rcpp::stats::dcauchy_1(), Rcpp::stats::dlogis_0(), Rcpp::stats::dlogis_1(), Rcpp::stats::dnorm_0(), Rcpp::stats::dnorm_1(), Rcpp::stats::dunif_0(), Rcpp::stats::dunif_1(), and Rcpp::stats::dweibull_1().
| #define R_D__0 (log_p ? ML_NEGINF : 0.) /* 0 */ |
Definition at line 27 of file macros.h.
Referenced by Rcpp::stats::d_exp_0(), Rcpp::stats::dgamma_1(), Rcpp::stats::dlnorm_0(), Rcpp::stats::dlnorm_1(), Rcpp::stats::dnorm_0(), Rcpp::stats::dnorm_1(), Rcpp::stats::dunif_0(), and Rcpp::stats::dweibull_1().
| #define R_D_Clog | ( | p | ) |
| #define R_D_Cval | ( | p | ) |
| #define R_D_exp | ( | x | ) |
Definition at line 38 of file macros.h.
Referenced by Rcpp::stats::p_exp_0(), and Rcpp::stats::pweibull_1().
| #define R_D_fexp | ( | f, | |
| x ) |
| #define R_D_LExp | ( | x | ) |
| #define R_D_log | ( | p | ) |
| #define R_D_Lval | ( | p | ) |
| #define R_D_negInonint | ( | x | ) |
| #define R_D_nonint | ( | x | ) |
| #define R_D_nonint_check | ( | x | ) |
| #define R_D_qIv | ( | p | ) |
| #define R_D_val | ( | x | ) |
Definition at line 36 of file macros.h.
Referenced by Rcpp::stats::punif_0().
Definition at line 29 of file macros.h.
Referenced by Rcpp::stats::p_exp_0(), Rcpp::stats::plnorm_0(), Rcpp::stats::plnorm_1(), Rcpp::stats::pnorm_0(), Rcpp::stats::pnorm_1(), Rcpp::stats::punif_0(), Rcpp::stats::pweibull_1(), and Rcpp::stats::q_exp_0().
Definition at line 30 of file macros.h.
Referenced by Rcpp::stats::pnorm_0(), Rcpp::stats::pnorm_1(), and Rcpp::stats::punif_0().
| #define R_DT_Cexp | ( | x | ) |
| #define R_DT_CIv | ( | p | ) |
| #define R_DT_Clog | ( | p | ) |
Definition at line 63 of file macros.h.
Referenced by Rcpp::stats::q_exp_0(), and Rcpp::stats::qweibull_1().
| #define R_DT_Cval | ( | x | ) |
| #define R_DT_exp | ( | x | ) |
| #define R_DT_Log | ( | p | ) |
| #define R_DT_log | ( | p | ) |
| #define R_DT_qIv | ( | p | ) |
Definition at line 52 of file macros.h.
Referenced by Rcpp::stats::qunif_0(), and Rcpp::stats::qunif_1().
| #define R_DT_val | ( | x | ) |
| #define R_Log1_Exp | ( | x | ) |
| #define R_P_bounds_01 | ( | x, | |
| x_min, | |||
| x_max ) |
| #define R_P_bounds_Inf_01 | ( | x | ) |
Definition at line 107 of file macros.h.
Referenced by Rcpp::stats::plogis_0(), and Rcpp::stats::plogis_1().
| #define R_Q_P01_boundaries | ( | p, | |
| _LEFT_, | |||
| _RIGHT_ ) |
Definition at line 84 of file macros.h.
Referenced by Rcpp::stats::qlnorm_0(), Rcpp::stats::qlnorm_1(), Rcpp::stats::qlogis_0(), Rcpp::stats::qlogis_1(), and Rcpp::stats::qweibull_1().
| #define R_Q_P01_check | ( | p | ) |
Definition at line 68 of file macros.h.
Referenced by Rcpp::stats::qunif_0(), and Rcpp::stats::qunif_1().