Skip to content

Commit 7ae2c4c

Browse files
authored
Update README.md
Former-commit-id: 2765df690e79eb2f585bb507f0b5e59fc05a4523 [formerly e2b99fd] Former-commit-id: ab0c7fb629149f4f7e29068364b64c6f2b12e7d8 Former-commit-id: 0939d9d
1 parent 5efcecb commit 7ae2c4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

matlab/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MATLAB code for PMH tutorial
22

3-
This MATLAB code implements the Kalman filter (KF), particle filter (PF) and particle Metropolis-Hastings (PMH) algorithm for two different dynamical models: a linear Gaussian state-space (LGSS) model and a stochastic volatilty (SV) model. Note that the Kalman filter can only be employed for the first of these two models. The details of the code is described in the tutorial paper available at http://arxiv.org/pdf/1511.01707
3+
This MATLAB code implements the Kalman filter (KF), particle filter (PF) and particle Metropolis-Hastings (PMH) algorithm for two different dynamical models: a linear Gaussian state-space (LGSS) model and a stochastic volatility (SV) model. Note that the Kalman filter can only be employed for the first of these two models. The details of the code is described in the tutorial paper available at http://arxiv.org/pdf/1511.01707
44

55
Note that the MATLAB code in this folder covers the basic implementations in the paper. The notation of the variables has been changed sligthly compared with the tutorial paper to improve readability of the code. However, it should be easy to translate between the two. See the R code in r/ for all the implementations and to recreate the results in the tutorial.
66

@@ -49,4 +49,4 @@ Copyright information
4949
# with this program; if not, write to the Free Software Foundation, Inc.,
5050
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
5151
##############################################################################
52-
```
52+
```

0 commit comments

Comments
 (0)