is there a way for me to add years to this within the loop?
existing
smpl {%FirstActual} {%LastActual} if newmsa=allmsa(!j)
desired
smpl {%FirstActual}+1yr {%LastActual}+1yr if newmsa=allmsa(!j)
Search found 29 matches
- Fri Mar 16, 2012 4:32 pm
- Forum: Estimation
- Topic: MA terms with panel data
- Replies: 6
- Views: 6327
- Fri Mar 16, 2012 4:06 pm
- Forum: Estimation
- Topic: MA terms with panel data
- Replies: 6
- Views: 6327
Re: MA terms with panel data
another file needed for equations to run.
- Fri Mar 16, 2012 4:05 pm
- Forum: Estimation
- Topic: MA terms with panel data
- Replies: 6
- Views: 6327
MA terms with panel data
I have 436 regions with 184 observations each I'm trying to forecast. When I include the MA term I get an error saying they're not supported in panel data. I'm only interested in getting the forecasted values for each each region. Not anything to do with panel data. Is there a workaround? Like maybe...
- Fri Mar 09, 2012 9:25 am
- Forum: Estimation
- Topic: forecast - confidence interval
- Replies: 11
- Views: 14928
Re: forecast - confidence interval
what i meant is why are the standard errors not automatically adjusted? what is being calculated by default?
- Fri Mar 09, 2012 9:19 am
- Forum: Estimation
- Topic: forecast - confidence interval
- Replies: 11
- Views: 14928
Re: forecast - confidence interval
why doesn't eviews do this automatically? what's the point of displaying the confidence intervals if they're not correct?
- Fri Mar 09, 2012 8:23 am
- Forum: Estimation
- Topic: forecast - confidence interval
- Replies: 11
- Views: 14928
Re: forecast - confidence interval
ok. insert this and run it. compare the results to what you see in the eq_1 forecast graph. they don't match.
series ci_up=(cdq_pct_se*2)+cdq_pct_saf
series ci_down=cdq_pct_saf-(cdq_pct_se*2)
series ci_up=(cdq_pct_se*2)+cdq_pct_saf
series ci_down=cdq_pct_saf-(cdq_pct_se*2)
- Thu Mar 08, 2012 7:11 pm
- Forum: Estimation
- Topic: forecast - confidence interval
- Replies: 11
- Views: 14928
Re: forecast - confidence interval
did my own calc in excel using the se's.
the eviews se's are incorrect. they're only correct when ex: dep=dep(-1) and forecasting dep.
incorrect when ex: log(dep)=log(dep(-1)) and forecasting dep.
ch22 is bs. smells of bug to me.
the eviews se's are incorrect. they're only correct when ex: dep=dep(-1) and forecasting dep.
incorrect when ex: log(dep)=log(dep(-1)) and forecasting dep.
ch22 is bs. smells of bug to me.
- Thu Mar 08, 2012 6:39 pm
- Forum: Estimation
- Topic: forecast - confidence interval
- Replies: 11
- Views: 14928
Re: forecast - confidence interval
took a look.
however, my quetsion has not been answered. the se's should match. why doesn't output +/-2 se match ci?
looks like bug to me.
however, my quetsion has not been answered. the se's should match. why doesn't output +/-2 se match ci?
looks like bug to me.
- Thu Mar 08, 2012 1:56 pm
- Forum: Estimation
- Topic: forecast - confidence interval
- Replies: 11
- Views: 14928
forecast - confidence interval
so i fit and forecast this equation and output the standard errors.
my question is why doesn't the forecasted value +/- 2 se equal the confidence intervals shown when i click the eq_1 object and click forecast?
my question is why doesn't the forecasted value +/- 2 se equal the confidence intervals shown when i click the eq_1 object and click forecast?
- Mon Jun 20, 2011 12:13 pm
- Forum: Programming
- Topic: my SAVE and SAVEAS function don't work
- Replies: 17
- Views: 15488
Re: my SAVE and SAVEAS function don't work
i tried both: saving to a directory with a upper case letter in it and saving to a directory with all lower case. it still doesn't save when it has an upper case letter in the directory name (with the default samba settings). this is what my guy had to say about your post. Do this mean anything to y...
- Mon Jun 20, 2011 10:55 am
- Forum: Programming
- Topic: my SAVE and SAVEAS function don't work
- Replies: 17
- Views: 15488
Re: my SAVE and SAVEAS function don't work
we flipped the setting back and did some tests this works \\Sac-psas-01\econ\riskindex\Test.prg but this still won't work. \\Sac-psas-01\econ\Riskindex\Test.prg my guy says if you have any other suggestions on settings in samba he could try them but they usually just leave everything on the defaults.
- Mon Jun 20, 2011 10:18 am
- Forum: Programming
- Topic: my SAVE and SAVEAS function don't work
- Replies: 17
- Views: 15488
Re: my SAVE and SAVEAS function don't work
also interesting when i try to name the file with caps it saves it in all lower case.
- Mon Jun 20, 2011 10:15 am
- Forum: Programming
- Topic: my SAVE and SAVEAS function don't work
- Replies: 17
- Views: 15488
Re: my SAVE and SAVEAS function don't work
this one works
\\Sac-psas-01\econ\riskindex\test
these ones don't work
\\Sac-psas-01\econ\riskindex\Test
\\Sac-psas-01\econ\riskindex\tEst
let us know if you patch it. my guy doesn't think the setting will impact anything else but wasn't 100% sure. thanks.
\\Sac-psas-01\econ\riskindex\test
these ones don't work
\\Sac-psas-01\econ\riskindex\Test
\\Sac-psas-01\econ\riskindex\tEst
let us know if you patch it. my guy doesn't think the setting will impact anything else but wasn't 100% sure. thanks.
- Mon Jun 20, 2011 9:31 am
- Forum: Programming
- Topic: my SAVE and SAVEAS function don't work
- Replies: 17
- Views: 15488
Re: my SAVE and SAVEAS function don't work
yes it's just a unix server.
i talked to my unix guy and he fixed it. he changed the case sensetive setting in samba. it works now.
i talked to my unix guy and he fixed it. he changed the case sensetive setting in samba. it works now.
- Mon Jun 20, 2011 8:54 am
- Forum: Programming
- Topic: my SAVE and SAVEAS function don't work
- Replies: 17
- Views: 15488
Re: my SAVE and SAVEAS function don't work
i work for the same company as eviewsnew and am having the same problem. i've found one pattern that seems to be a bug. eviews is unable to save a program file to a directory that has a capital letter in it. this seems to be specific to UNIX SAS server. eviews will save a program file to a shares si...
