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

The Rcpp interface to declare different maturity options, e.g., logistic. Allows for the use of methods::new() in R. More...

Go to the source code of this file.

Classes

class  MaturityInterfaceBase
 Rcpp interface that serves as the parent class for Rcpp maturity interfaces. This type should be inherited and not called from R directly. More...
 
class  LogisticMaturityInterface
 Rcpp interface for logistic maturity to instantiate the object from R: logistic_maturity <- methods::new(logistic_maturity). More...
 

Detailed Description

The Rcpp interface to declare different maturity options, e.g., logistic. Allows for the use of methods::new() in R.