![]() |
FIMS
v0.8.1
|
An Rcpp interface that defines the Parameter class. More...
#include <rcpp_interface_base.hpp>
Public Member Functions | |
| Parameter (double value, std::string estimation_type) | |
| The constructor for initializing a parameter. | |
| Parameter (const Parameter &other) | |
| The constructor for initializing a parameter. | |
| Parameter & | operator= (const Parameter &right) |
| The constructor for initializing a parameter. | |
| Parameter (double value) | |
| The constructor for initializing a parameter. | |
| Parameter () | |
| The constructor for initializing a parameter. | |
Public Attributes | |
| uint32_t | id_m |
| The local ID of the Parameter object. | |
| double | initial_value_m = 0.0 |
| The initial value of the parameter. | |
| double | final_value_m = 0.0 |
| The final value of the parameter. | |
| SharedString | estimation_type_m = SharedString("constant") |
| A string indicating the estimation type. Options are: constant, fixed_effects, or random_effects, where the default is constant. | |
Static Public Attributes | |
| static uint32_t | id_g = 0 |
| The static ID of the Parameter object. | |
An Rcpp interface that defines the Parameter class.
An Rcpp interface class that defines the interface between R and C++ for a parameter type.
|
inline |
The constructor for initializing a parameter.
Set value to 0 when there is no input value.
|
static |
The static ID of the Parameter object.
The unique ID for the variable map that points to a fims::Vector.