Search found 3 matches
- Tue Sep 06, 2016 6:58 am
- Forum: Econometric Discussions
- Topic: Is it possible to use EViews MIDAS estimation in conjuction with threshold estimation?
- Replies: 5
- Views: 4523
Re: Is it possible to use EViews MIDAS estimation in conjuction with threshold estimation?
Here's a simple program that does pdl MIDAS: !xlags = 4 !ylags=1 !horizon=2 !polyorder = 3 wfopen(wf=midas, page=quarterly) .\mydata.xlsx range="Sheet1" pageload(page=monthly) .\mydata.xlsx range="Sheet2" series x1 = dlog(value(-!horizon))*100 for !i=2 to !xlags series x!i = x1(...
- Mon Sep 05, 2016 8:55 am
- Forum: Econometric Discussions
- Topic: Is it possible to use EViews MIDAS estimation in conjuction with threshold estimation?
- Replies: 5
- Views: 4523
Re: Is it possible to use EViews MIDAS estimation in conjuction with threshold estimation?
Okay. Kinldy refer me to any material that can enable me do it.Not built in, but basic pdl based weighting MIDAS routines are pretty easy to write manually.
- Mon Sep 05, 2016 8:33 am
- Forum: Econometric Discussions
- Topic: Is it possible to use EViews MIDAS estimation in conjuction with threshold estimation?
- Replies: 5
- Views: 4523
Is it possible to use EViews MIDAS estimation in conjuction with threshold estimation?
Is it possible to use EViews MIDAS estimation in conjuction with threshold estimation? For example, in my threshold regression, if my dependent variable has a frequency lower than one or more of my independent variables, how can I employ MIDAS to my advantage?
