GithubHelp home page GithubHelp logo

stepan-a / state-space-model-with-observed-exogenous-variables Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 6 KB

Dynare example.

Home Page: http://www.dynare.org

Makefile 37.07% Assembly 1.94% MATLAB 14.40% AMPL 46.58%
state-space model dynare

state-space-model-with-observed-exogenous-variables's Introduction

Provides an example of State Space Model with observed exogenous variables. The data generating process is as follows:

$$\begin{cases} y_t &= x_t + \beta_y v_t\\\ x_t &= \alpha x_{t-1} + \beta_x u_t + \varepsilon_t \end{cases}$$

where initial condition for the state variable is assumed to be deterministic, $x_{0} = 0$, the structural error $\varepsilon_{t}$ is a Gaussian white noise with mean 0 and variance $\sigma_{\varepsilon}^2$, $\alpha$ is real parameter with abolute value less than one, $\beta_y$ and $\beta_x$ are non zero real parameters, finally $\{u_t\}$ and $\{v_t\}$ are exogenous stochastic processes.

Datasets are generated by dgp/simulexogenousvariables.mod and dgp/simulsample.m. Data can be obtained using the Makefile in the dgp folder:

~$ make all

the data are saved in file data/sample.mat which can be used to instantiate a dseries object. The mod files under subfolder estim/ provide estimates of the State Space Model.

state-space-model-with-observed-exogenous-variables's People

Contributors

stepan-a avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.