FIMS  v0.8.0
Loading...
Searching...
No Matches
rcpp_distribution.hpp File Reference

The Rcpp interface to declare different distributions, e.g., normal and log normal. Allows for the use of methods::new() in R. More...

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...
 

Detailed Description

The Rcpp interface to declare different distributions, e.g., normal and log normal. Allows for the use of methods::new() in R.