Quantcast
Channel: EViews
Viewing all 24067 articles
Browse latest View live

Probit Regression [Parameter Stability]

$
0
0
On more thing trubador (sorry to rebump old thread):


My restricted model which has data from all three seasons has 16 parameters whereas each season modelled separately has 14 (since we drop the 2 season dummies when modelling each season separately).

Therefore on the first line of code ( scalar dof = (3-1)*number of variables including constant)

Would the number of variables including the constant be under the restricted or unrestricted model i.e 16 or 14?


Thanks!



mtos

$
0
0
thank you both for the clarifications - really helpful


ADF Unit Root Test

$
0
0
Hi,

I'm trying to perform the ADF Unit Root Test, but I get this error:
"Insufficient number of observations encountered in UROOT".

What should I do?

HB


Why MAE and RMSE are the same

$
0
0
Hello all,

I am doing recursive window to forecast stock return. After obtain predictions, I use RMSE, MAE, MAPE, Theil to evaluate the performance.

But I found that the results of MAE and RMSE are totally the same, and some of Theil value is 1.

I do not know whether these are correct? Could anyone can help me check it.
Code:
%y = "stock"     'y is stock return
%x1 = "div2" 'x1 is dividend yield
%x2 = "sir" 'x2 is short-term interest rate
%x3="ipg" 'x3 is industrial production growth

'stock regression 1 step ahead
for !i=0 to 124-1 'estimate the regression 124 times
smpl 1980m2 2004m12+!i 'recursive-sample starts at same place
'sample is extended by 1 obs each time
equation stkreg1s{!i}.ls {%y} c {%x1}(-1) {%x2}(-1) {%x3}(-1)
stkreg1s{!i}.makeresid stkreg1sres
smpl 2005m1+!i 2015m04 'set forecast sample
stkreg1s{!i}.forecast(f=na) tmp_stkreg1sfcst
series stkreg1sfcst
stkreg1sfcst = tmp_stkreg1sfcst
next

'forecast evaluation
%y="stock"
scalar mape = @mape(stock, stkreg1sfcst)
scalar mae = @mae(stock, stkreg1sfcst)
scalar theil = @theil(stock, stkreg1sfcst)
scalar RMSE = @rmse(stock, stkreg1sfcst)


By the way, which one of the following two is correct?
scalar RMSE = @rmse(y, yfcst)
scalar RMSE = @rmse(yfcst, y)

Thank you very much!


Switch Regression Model Problem

$
0
0
What's the version and build date of your copy of EViews?


generating missing values in starting and end of series

ADF Unit Root Test

Pooled Mean Group (PMG) Estimation


Why MAE and RMSE are the same

$
0
0
You are computing the forecast evaluation statistics over a single value. That's what causes them to be identical.

For RMSE it doesn't matter which order you put the series in.


Why MAE and RMSE are the same

$
0
0
Thanks for your reply.

This is a recursive window forecasting. If I want to forecast 1 step ahead from 2005m01 to 2015m12, then how to modify the program?

Will the forecast in menu have the same result of programming?

Besides that, I use the data from prediction and compare it with actual data and computing RMSE and MAE manually, the result is totally different with the one programming generated. Driven crazy... :cry:

Thanks again.


Why MAE and RMSE are the same

$
0
0
Change the sample before calculating the evaluation statistics.


Why MAE and RMSE are the same

$
0
0
The result I obtained from the programming is a little strange, can I do the forecast from the menu after finish the regression. It is much simpler and the result seems to be more satisfied.


ADF Unit Root Test

Why MAE and RMSE are the same

Switch Regression Model Problem

$
0
0
Eviews 8 Standard Edition May 2013



Switch Regression Model Problem

$
0
0
Very out of date. Update to the latest version of 8.


generating missing values in starting and end of series

$
0
0
Sir ,

I have different variables like health expenditure and education of brics countries and data series is from 1990 to 2014. But values are missing from 1990 to 93 and from 2013-14.
I wanted to know how can I generate these missing value so that I can apply my tools.


generating missing values in starting and end of series

$
0
0
There's two parts to that question:
  • What econometric/statistical method should I use to make up values for my missing data.
  • How do I apply that method in EViews

Once you've figured out the first part, we can help with the second.


generating missing values in starting and end of series

$
0
0
Sir,
I really need answer to first question if you can help. I will be very grateful to you.


generating missing values in starting and end of series

$
0
0
What tools can't you apply if some of the data is missing?


Viewing all 24067 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>