Page 1 of 1

Plot Exponential function

Posted: Thu Jun 18, 2015 1:18 pm
by Daniel351
I didn't quite know where to put this... so I just put it here.
I want to plot the exponential, lognormal and pareto distrbution. That is, just the distribution, with parameters to be plugged in.
Can this be done in eviews??

Thanks in advance,
Daniel

Re: Plot Exponential function

Posted: Thu Jun 18, 2015 1:53 pm
by startz
something like the following

Code: Select all

wfcreate 100
series x=@trend/10
series pdf=@dexp(x,.5)


then plot pdf against x

Re: Plot Exponential function

Posted: Sat Jun 20, 2015 7:38 am
by Daniel351
Thanks, That works!!

And how do I plot the CDF of these distributions??

Re: Plot Exponential function

Posted: Sat Jun 20, 2015 7:40 am
by startz
Look under Help for the cdf functions.