Plots the default or user-specified prior distributions for the parameters of interest.
Arguments
- param_inputs
A list of model inputs (used only if default priors are initialized).
- proposal_matrix
A covariance matrix used to generate default priors if
priors
is not supplied.- params_to_estimate
A character vector specifying which parameters to include in the plot.
- priors
A named list of priors. Each prior should be a list containing
min
,max
, and aprior
function that returns the log-density for a given numeric input. IfNULL
, default priors will be computed.