Skip to content

Add probability of re-sampling random draw from labour transitions to stabilise employment transitions #176

@andrewbaxter439

Description

@andrewbaxter439

From Justin's email:

a quick work-around might involve the following.

  1. Allow for two time (t) specific random draws: x1(t) and x2(t).
  2. At the beginning of life, the random draw used to identify labour transitions is set xl(t) = x1(t)
  3. In each subsequent year, x2(t) is compared against an exogenous probability p;
    a. If x2(t) < p, then xl(t) = x1(t)
    b. Otherwise, xl(t) = xl(t-1).

Attempt as a first-stage fix of #163

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions