![]() |
FIMS
v0.8.1
|
The Rcpp interface to declare different distributions, e.g., normal and log normal. Allows for the use of methods::new() in R. More...
#include "../../../distributions/distributions.hpp"#include "../../interface.hpp"#include "rcpp_interface_base.hpp"Go to the source code of this file.
Classes | |
| class | DistributionsInterfaceBase |
| Rcpp interface that serves as the parent class for Rcpp distribution interfaces. This type should be inherited and not called from R directly. More... | |
| class | DnormDistributionsInterface |
| The Rcpp interface for Dnorm to instantiate from R: dnorm_ <- methods::new(DnormDistribution). More... | |
| class | DlnormDistributionsInterface |
| The Rcpp interface for Dlnorm to instantiate from R: dlnorm_ <- methods::new(DlnormDistribution). More... | |
| class | DmultinomDistributionsInterface |
| The Rcpp interface for Dmultinom to instantiate from R: dmultinom_ <- methods::new(DmultinomDistribution). More... | |
The Rcpp interface to declare different distributions, e.g., normal and log normal. Allows for the use of methods::new() in R.