Search found 8 matches

by vishaleviews
Wed Aug 20, 2014 10:01 pm
Forum: Estimation
Topic: Fix Coefficient
Replies: 2
Views: 2563

Re: Fix Coefficient

Thanks much..
by vishaleviews
Wed Aug 20, 2014 4:18 am
Forum: Estimation
Topic: Fix Coefficient
Replies: 2
Views: 2563

Fix Coefficient

Hi,

I want to run a regression where i want to fix one of the coefficient to 0.5 value. For ex. equation EQ1.ls @log(Y) = C(1) + 0.5*X instead of using equation EQ1.ls @log(y) = C(1) + C(2)*X. But dont think the above is the right method. Can you help me with the right method.

Thanks a lot.
Vishal
by vishaleviews
Tue Oct 08, 2013 9:30 am
Forum: Programming
Topic: Pick random number from a series
Replies: 8
Views: 4929

Re: Pick random number from a series

oh my bad. I have just one question. 1) can you help me with the code to draw a random number from a series On your suggestion that i could have just used Model and Solved it for simulation, I don't think the equation can be solved using that (I had earlier attached the data file and program). You c...
by vishaleviews
Tue Oct 08, 2013 9:02 am
Forum: Programming
Topic: Pick random number from a series
Replies: 8
Views: 4929

Re: Pick random number from a series

silly i'm :-) yes i'm trying to do exactly that but as i mentioned earlier, i cant use solve here because the equation will not allow me to.. it says unable to compute due to missing data. i want to solve this for future period for which rates are not available and hence it cant be solved. let me kn...
by vishaleviews
Tue Oct 08, 2013 6:17 am
Forum: Programming
Topic: Pick random number from a series
Replies: 8
Views: 4929

Re: Pick random number from a series

if the second part is too much to work on, please ignore it.

it would be great if you could help me with just the program to draw a random number (only one number) from a series. thanks much..
by vishaleviews
Mon Oct 07, 2013 11:01 pm
Forum: Programming
Topic: Pick random number from a series
Replies: 8
Views: 4929

Re: Pick random number from a series

also including the program here 'Import data from excel file import "simulation.xlsx" 'Create first difference series series dusd = usd - usd(-1) series dgbp = gbp - gbp(-1) 'Include all data points smpl 1/15/1999 @last 'Equations equation r1.ls DUSD = C(2)*DUSD(-1)+C(3)*DGBP(-1)+C(4)*(GBP...
by vishaleviews
Mon Oct 07, 2013 11:00 pm
Forum: Programming
Topic: Pick random number from a series
Replies: 8
Views: 4929

Re: Pick random number from a series

thanks Gareth.. I want to just pick one random number from the series and i want to do this using program. One more help, it its not too much.. My overall objective is to run a simulation (bunch of simulation/stochastic simulation) - my system of equation is dusd = c2*dusd(-1) + c3*dgbp(-1) +c4*(gdp...
by vishaleviews
Mon Oct 07, 2013 9:00 am
Forum: Programming
Topic: Pick random number from a series
Replies: 8
Views: 4929

Pick random number from a series

hi,

i have run an equation and stored the residuals in a series. now i want to pick random number from this series. how can i do this. thanks..

p.s.: i know this is a very basic question. new to eviews and stats so my questions might be very basic..

Go to advanced search