Calculates the negative log-likelihood of the prior distributions for model parameters.
Arguments
- parameters
A named
listof parameter values to be passed toMakeADFun. Can be generated using the get_parameters function.- priors
A named
listof prior specifications for the parameters. Each element should be alistwith elementstype,par1,par2, andindex. Can be generated using the get_priors function.
