![]() |
FIMS
v0.8.1
|
The Rcpp interface to declare different mathematical functions that are written in C++ but can be used within R. More...
Go to the source code of this file.
Functions | |
| double | logit_rcpp (double a, double b, double x) |
| A rcpp interface to the logit function. | |
| double | inv_logit_rcpp (double a, double b, double logit_x) |
| A rcpp interface to the inverse-logit function. | |
The Rcpp interface to declare different mathematical functions that are written in C++ but can be used within R.
A rcpp interface to the inverse-logit function.
| a | Lower bound of the logit function, typically 0.0. |
| b | Upper bound of the logit function, typically 1.0. |
| logit_x | A single numeric value (double) in real space. |
A rcpp interface to the logit function.
| a | Lower bound of the logit function, typically 0.0. |
| b | Upper bound of the logit function, typically 1.0. |
| x | A single numeric value (double) to be transformed on the real line. |