createPriors: Create a priors list.

Usage Arguments Value

Usage

1
2
3
4
createPriors(pMode = 20, pSig = 7, pMin = 0, pMax = 40, cMu = 9,
  cSig = 50, cMin = 3, cMax = 12, msMu = 1e-04, msSig = 10,
  msMin = 1e-04, msMax = 1000, flowMu = -1e-04, flowSig = 10,
  flowMin = -1000, flowMax = -1e-04)

Arguments

pMode

Mode of the production prior (dlnorm)

pSig

Sigma of the production prior

pMin

Lowerbound of the production prior

pMax

Upperbound of the production prior

cMu

Mean of the log capacity prior (dnorm)

cSig

Sigma of the log capacity prior

cMin

Lowerbound of the log capacity prior

cMax

Upperbound of the log capacity prior

msMu

Mean of the marine survival coef prior (dnorm)

msSig

Sigma of the marine survival coef prior

msMin

Lowerbound of the marine survival coefficient prior

msMax

Upperbound of the marine survival coefficient prior

flowMu

Mean of the marine survival coef prior (dnorm)

flowSig

Sigma of the marine survival coef prior

flowMin

Lowerbound of the flow coefficient prior; the coefficient is always negative

flowMax

Upperbound of the flow coefficient prior; the coefficient is always negative

Value

a list with parameters for each prior.


eeholmes/DM documentation built on May 26, 2019, 3:36 p.m.