OpenSourceEconomics / skillmodels

MIT License
12 stars 6 forks source link

Use a linear predict when possible #36

Open janosg opened 5 years ago

janosg commented 5 years ago

We use an unscented Kalman predict even if all transition equations are linear. However a linear predict step would be much faster and the predict step is the bottleneck in most models.

The linear predict step is already implemented and tested. The only thing that's left is to integrate it into the likelihood function. Among others this will need the following steps: