| ModelParameter | R Documentation |
The class ModelParameter is used to defined the model parameters.
ModelParameter(
name = character(0),
distribution = Distribution(),
fixedMu = FALSE,
fixedOmega = FALSE
)
name |
A string giving the name of the parameter. |
distribution |
A string giving the distribution of the parameter. |
fixedMu |
A Boolean setting TRUE/FALSE if the mu is estimated or not. |
fixedOmega |
A Boolean setting TRUE/FALSE if the omega is estimated or not. |
ModelParameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.