Syntax: | bayes | <option> |
---|---|---|
bayes | <mod par #> <prior type> [<hyperparameters>] |
where <option> =:: [off |on |cons]. If a parameter number is given as the first argument then this command sets up the prior for the specified model parameter but does not turn Bayesian inference on. If the first argument to the bayes command is not a parameter number then one of the options off, on, or cons is used. The first two turn Bayesian inference off or on, while cons turns Bayesian inference on and gives all parameters a constant prior. The options for prior types are as follows:
Prior type | Log(prior) |
cons | 0 |
exp |
![]() |
jeffreys | ![]() |
gauss |
![]() |
Where par is the parameter value and hpar# the hyperparameter
values. jeff is an abbreviation for the Jeffreys prior, which is 1/x for an
assumed Gaussian distribution of the parameter.