Processing math: 100%

Multiple Uncertainty

Let

  • y be measured stock size, subject to measurement error from true stock x
  • q be harvest quota, subject to implementation error from actual harvest, h

Stock next year is also subject to stochastic growth shock zg, (note that f will also depend on the harvest, h, unless xt is taken as the escapement population, xh).

xt+1=zgf(xt)

In discrete space, let X be a vector representing the probability distribution of having stock x at time t, restricted to some finite grid of dimension n. Let Pg(x|μ,σg) be the probability density function of the shock zg over states x, given parameter σ and mean μ. We can write the distribution Xt+1 as the result of a matrix-vector product, Xt+1=FXt where the elements of F are given by

Fij=Pg(xi,f(xj),σg)

and F is also a function of the harvest level, Fh.

When we consider measurement uncertainty, we allow the vector Y to represent the measured stock size, and the true stock size X is a random variable distributed around it. In the discrete space we may represent this as X=MY, where M is an n by n grid representing the role of measurement uncertainty, Mij=Pm(xi,xj,σm). The state equation now evolves in belief space,

Yt+1=FhMYt

If there is implementation uncertainty as well and f is a function of the escapement population (those remaining after a harvest h), we can impliment this as an additional transition matrix Iij=Pi(xi,xjh,σi), and the state equation becomes

Yt+1=FMIhYt

Note that the implementation matrix is a function of the harvest level, so that we need a different matrix for each h, whether or not we introduce measurement uncertainty (instead of a different F matrix for each harvest as before.)

Results

See github log