The class ModelParameter
is used to defined the model parameters.
ModelParameter(
name = character(0),
distribution = Distribution(),
fixedMu = FALSE,
fixedOmega = FALSE
)
A string giving the name of the parameter.
A string giving the distribution of the parameter.
A Boolean setting TRUE/FALSE if the mu is estimated or not.
A Boolean setting TRUE/FALSE if the omega is estimated or not.
ModelParameter