09: Priors

Overview

priors is a list specifying the priors for various hyperparameters and auxiliary values in the model. By default, all of these values are specified according to the literature, but RSTr allows the capability of specifying your own priors. If you wish to provide priors, note that you don’t have to specify priors for all parameters if you only want to specify some of them - any undefined priors will be defined by the default values. For example, you can specify only the priors for lambda_sd and all other values will be generated on their own. However, if one value is specified for a certain parameter in priors, all values must be specified for that parameter in priors: you cannot, for example, define priors for just one year of lambda_sd. Finally, any values included in your priors list that aren’t aligned with the above names will be ignored.

Prior specifications

The models in RSTr share many priors, but a couple of models have inits that are unique to them. All potential priors are presented here.

Priors for the MSTCAR model

The following are all priors used in the MSTCAR model:

Priors for the MCAR model

The MCAR model shares all of the priors as the MSTCAR model, but does not include the following: Ag_scale, Ag_df, rho_a, rho_b, rho_sd.

Priors for the CAR/RCAR model

The CAR models include only the following from above: lambda_sd, tau_a, and tau_b. CAR models also take priors sig_a and sig_b, which hold similar shape and restriction to tau_a and tau_b.