ModelParameter-class | R Documentation |
The class ModelParameter
defines information concerning the model parameters.
Objects form the class ModelParameter
can be created by calls of the form ModelParameter(...)
where
(...) are the parameters for the ModelParameter
objects.
ModelParameter
objectsname
:A string giving the name of the parameter.
distribution
:An object from the class Distribution
giving the distribution of the parameter.
fixedMu
:A boolean giving if mu is fixed or not.
fixedOmega
:A boolean giving if omega is fixed or not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.