Giter Site home page Giter Site logo

dsge's People

Contributors

mattcocci avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dsge's Issues

error happend

Hello,when I run this code in matlab 2017b with default settings, it tells the error:

Error using fread
Invalid file identifier. Use fopen to generate a valid file identifier.

Error in gibb_est_ant (line 31)
params = fread(fid0,[npara,1],'single');

Error in Main (line 37)
gibb_est_ant

Error in run (line 91)
evalin('caller', strcat(script, ';'));

Could you help me to solve this question,please? My email is [email protected].

Issue beta multivector Kalman filter

Hi, I have seen you use the Kalman filter by Dr. Karibzhanov following path: DSGE/kalman/kalcvf2NaN.m (in the documentation http://karibzhanov.com/help/kalcvf.htm b should be allowed to be a matrix N_y x T (+ leads)).

However if a matrix is given (as b term) the output is an error that b should be a column vector.

in my (humble) opinion it could be fix by suppressing lines from 87 to 89 and in line 162
replacing
dy = data(:,t)-H*z-b
with
dy = data(:,t)-H*z-b(:,t);

What do you think?

err happen

when i run main.m in matlab,lt tells the error:
Error using fread
Invalid file identifier. Use fopen to generate a valid file identifier.

Error in gibb_est_ant (line 30)
fid0 = fread(infile0,'r');

How to correct it?

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.