[bug] distdata

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

maxchen
Posts: 191
Joined: Fri Oct 10, 2008 4:03 pm

[bug] distdata

Postby maxchen » Fri Sep 10, 2010 5:07 am

EV7.1, the following code works

Code: Select all

pagecreate(page=local) u 1 500
rndseed(type=mt) 12357

!pi = @acos(-1)
series x = rnd
series y0 = sin(2*!pi*x^3)^3
series y = y0 +nrnd*(0.1^0.5)
group g x y
g.distdata(dtype=kernfit) mkf

If I change the last line to

Code: Select all

g.distdata(dtype=kernfit) mkf   'mkf01

then there will be an error. Note that only a comment is added to the end of line!

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 29 guests