The nma_prior class
The nma_prior
class is used to specify prior distributions.
Objects of class nma_prior
have the following components:
dist
: Distribution namefun
: Name of constructor function, as string (e.g. "normal"
)...
: Parameters of the distributionThe distribution parameters, specified as named components in ...
, match those in the constructor functions (see priors ).
Useful links