jungsee的个人博客分享 http://blog.sciencenet.cn/u/jungsee

博文

学者——Eugenio J. Miravete

已有 2020 次阅读 2015-1-19 01:36 |个人分类:文献源代码|系统分类:科研笔记| Eugenio, Miravete

http://www.eugeniomiravete.com/publications.htm


https://research.stlouisfed.org/publications/review/04/11/0411mdp.txt


/****************************

This is the program file for "Discrete Policy Changes and Empirical Models of

the Federal Funds Rate" by Michael Dueker and Robert Rasche in the

November/December 2004 issue of the Federal Reserve Bank of St. Louis Review.


This file contains GAUSS and EVIEWS programs.

******************************/





/*This program provides the data for Table 3*/



/*

   Two State Markov Switching Model with sample splitting

   using optmum for Likelihood function


   param={u1,u2,u3,u4,c2,c3,a1,a2,a3,a4,sigma2};


   u1<u2<u3<u4

   c0=-Inf,c1=0,0<c2<c3,c4=+Inf

*/


new;

#lineson;


library optmum,pgraph;

#include optmum.ext;

optset;

graphset;



?"Markov switching with DFFED only";

/*

@ load data[226,1]=d:chibgdp.txt; @

load dat[169,14]=e:iiwvareuroqus60.txt;


data = 100*ln(dat[2:169,11]./dat[1:168,11]);

*/





https://wap.sciencenet.cn/blog-793574-860728.html

上一篇:GAUSS 教学----连载
下一篇:read.table
收藏 IP: 111.203.16.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-29 05:00

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部