An Rcpp interface that defines the Parameter class.
More...
#include <rcpp_interface_base.hpp>
|
|
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.
|
| |
|
double | uncertainty_m = -999.0 |
| | The standard error of the parameter estimate, where the default is -999.0.
|
| |
|
double | min_m = -std::numeric_limits<double>::infinity() |
| | The minimum possible parameter value, where the default is negative infinity.
|
| |
|
double | max_m = std::numeric_limits<double>::infinity() |
| | The maximum possible parameter value, where the default is positive infinity.
|
| |
|
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.
|
| |
An Rcpp interface that defines the Parameter class.
An Rcpp interface class that defines the interface between R and C++ for a parameter type.
◆ Parameter()
The constructor for initializing a parameter.
Set value to 0 when there is no input value.
◆ id_g
The documentation for this class was generated from the following file: