Search found 108 matches

by farrel
Thu Apr 11, 2013 11:24 am
Forum: Programming
Topic: @rlasti(g) function
Replies: 11
Views: 7016

Re: @rlasti(g) function

FINALLY!!!!!!!!!!
Now I see what's the problem.
Manual says that this is function called @rlasti(g), but in reality it is @rilast(g)
i letter jumping over the function name ...
No, I still not so stupid
by farrel
Thu Apr 11, 2013 11:10 am
Forum: Programming
Topic: @rlasti(g) function
Replies: 11
Views: 7016

Re: @rlasti(g) function

I feel myself very stupid, but I have no idea how to store it as series in workfile....
what kind of object it is?
by farrel
Thu Apr 11, 2013 10:36 am
Forum: Programming
Topic: @rlasti(g) function
Replies: 11
Views: 7016

Re: @rlasti(g) function

thanks for an example, but I was thinking how technically did you obtain index in Eviews??
Could you share please programming code calculating index using @rlasti(g) function??

Andrei
by farrel
Thu Apr 11, 2013 5:24 am
Forum: Programming
Topic: @rlasti(g) function
Replies: 11
Views: 7016

Re: @rlasti(g) function

aha, ok.
Would you mind please to correct a code below so that @rlasti(g) would work? Sorry, I cannot grasp an idea how to implement it.

Code: Select all

close wf
create wf u 1 10
smpl 1 6
series y =@rnd
smpl 1 8
series x =@rnd

smpl @all
group gr_xy x y
series obs = @rlasti(gr_xy)


Andrei
by farrel
Thu Apr 11, 2013 3:14 am
Forum: Suggestions and Requests
Topic: Proposal for Hot Key
Replies: 4
Views: 5784

Re: Proposal for Hot Key

Magnificient!
Thank you.

Andrei.
by farrel
Wed Apr 10, 2013 6:13 am
Forum: Estimation
Topic: Cholesky decomposition
Replies: 8
Views: 20236

Re: Cholesky decomposition

Assuming economic activity determines prices (not always of course), then prices are more "endogenous" than GDP, only because GDP also endogenous by itself.
by farrel
Wed Apr 10, 2013 6:09 am
Forum: Programming
Topic: @rlasti(g) function
Replies: 11
Views: 7016

@rlasti(g) function

Guys,
I wondering what is the object should be for @rlasti(g) function? I want to find row-wise last non-NA index in a group ....
How this function has to be used?

Andrei
by farrel
Sun Apr 07, 2013 3:44 am
Forum: Bug Reports
Topic: Weird series index
Replies: 3
Views: 3311

Re: Weird series index

ooh yea, of course. Thank you. stupid me

But what would be convenient way to set 5th observation x=3 in this example?? I mean without manipulating WF sample?

I tried to play around @isperiod, but failed to insert scalar, since it allows only strings..
by farrel
Sat Apr 06, 2013 11:59 am
Forum: Bug Reports
Topic: Weird series index
Replies: 3
Views: 3311

Weird series index

Dear Eviews guys, Would you mind to shed a light on a observation index, which confuses me. Here an example: create u 1 10 smpl 5 10 series y = 5 smpl @all scalar obs = @ifirst(y) ' first non-missing observation index, supposedly to be = 5 series x(obs) = 3 ' I want x = 3 to be on 5th observation, b...
by farrel
Sat Apr 06, 2013 11:43 am
Forum: Suggestions and Requests
Topic: Fix Scroll panel of worksheets
Replies: 8
Views: 8194

Re: Fix Scroll panel of worksheets

Dear Jason,
I've just checked in Eviews 8, the problem still partly persists. Toggling pages works fine going from right to left as it is in pics1,2,3. Although, toggling pages from left to right horizontal scrolling bar still overlaps the names of pages...
is it possible to fix it?

Andrei
by farrel
Thu Apr 04, 2013 2:55 am
Forum: Suggestions and Requests
Topic: Proposal for Hot Key
Replies: 4
Views: 5784

Re: Proposal for Hot Key

Of course, currently we hit Estimate button, but idea was to access Estimate button quickly using keyboard. The issue about Proc menu is that if someone is keyboard freak and stubbornly wants to use hot key :) , so then it nearly impossible to access Proc menu (I mean that, i.e. if you need to reach...
by farrel
Thu Mar 28, 2013 2:52 am
Forum: Suggestions and Requests
Topic: Proposal for Hot Key
Replies: 4
Views: 5784

Proposal for Hot Key

Dear Developers, (I refer to Eviews 7) Proposal: I would like to encourage you once again to think about hot key for action "estimate" (equations and VARs) and for action "Solve" (model objects). I believe the button F12 would fit the best. I checked - it's free at the moment in ...
by farrel
Fri Mar 22, 2013 11:02 am
Forum: Programming
Topic: Case-sensivity
Replies: 8
Views: 5584

Re: Case-sensivity

Thanks.

Andrei
by farrel
Fri Mar 22, 2013 6:32 am
Forum: Programming
Topic: Case-sensivity
Replies: 8
Views: 5584

Re: Case-sensivity

ok. thanks. Now I understood what the problem is. I have another example below, where I treated series name as string without refering to object, that's why in this case "_mm" (lowercases) was the solution, but not "_MM". This raised my confusion. In turn, in previous example I t...
by farrel
Thu Mar 21, 2013 9:00 am
Forum: Programming
Topic: Case-sensivity
Replies: 8
Views: 5584

Re: Case-sensivity

Ok. let put it in an example. My confusion is the following. In the code below, I generate series ser1_mm and ser2_mm, having in mind they are lowercases. Then to subtract suffix "_mm" (lowercase) I exploit @instr with uppercase "_MM". Why "_MM" in uppercases? Note, &qu...

Go to advanced search