Search found 199 matches

by miorinnovo
Tue Mar 14, 2023 9:03 am
Forum: Estimation
Topic: Alternating Least Squares
Replies: 0
Views: 63545

Alternating Least Squares

Is there a way to run alternating least squares in eviews to estimate principal components when the sample lengths of the variables differ?
by miorinnovo
Thu Oct 27, 2022 2:13 pm
Forum: Programming
Topic: Delete value of a certain observation from a series
Replies: 2
Views: 2389

Delete value of a certain observation from a series

Hello. How can a take a series and subtract the value of a specific date from all observations. For example, a series of annual data with three observations 2019= 1, 2020=3, 2021=5 How do I create new series where I'm removing the 2020 value from all 3 years? I could just subtract 3 but I'd like it ...
by miorinnovo
Fri May 13, 2022 5:48 pm
Forum: Data Manipulation
Topic: Stacked bar graph
Replies: 5
Views: 9810

Re: Stacked bar graph

EViews Gareth wrote:

Code: Select all

mygraph.options stackposneg

Thanks, maybe i have the wrong first part though.

Doing this :

Code: Select all

 
mygraph.mixed stackedbar(1) line(2)
mygraph.options stackposneg


It gives me an error saying options is not a valid view
by miorinnovo
Fri May 13, 2022 6:25 am
Forum: Data Manipulation
Topic: Stacked bar graph
Replies: 5
Views: 9810

Re: Stacked bar graph

This is not a bug. The way EViews creates a stacked bar graph (i.e. stacking positive & negative values) is different from Excel. You will get the desired result by choosing the checkbox of the Stacked bar graphs (Graph Elements -> Bar-Area-Pie -> Checkbox: Stacked bar graphs ) option. Is there...
by miorinnovo
Mon Sep 13, 2021 11:37 am
Forum: Programming
Topic: Text file from program
Replies: 2
Views: 9151

Re: Text file from program

thanks
by miorinnovo
Mon Sep 13, 2021 10:51 am
Forum: Programming
Topic: Text file from program
Replies: 2
Views: 9151

Text file from program

Is there a way to program it so that some/all of the program file is copied into a text file and saved in the workfile?

thanks
by miorinnovo
Wed Jul 07, 2021 6:52 am
Forum: Programming
Topic: Programming a group that is observation dependent?
Replies: 5
Views: 12104

Re: Programming a group that is observation dependent?

Thanks Gareth! I upgraded and it works!

Do you know if I could do something similar but instead of the mean I order by say the value for January 2020?

Edit: Sorry you said we cant do this, but we can order by the last observation... so I can use that and changing the sample. thanks!
by miorinnovo
Tue Jul 06, 2021 6:00 am
Forum: Programming
Topic: Programming a group that is observation dependent?
Replies: 5
Views: 12104

Re: Programming a group that is observation dependent?

thanks for the work around suggestion. In eviews 11 Im getting this error: REORDER is not a valid view for G in "G.REORDER @MEAN"
on line 8.
by miorinnovo
Fri Jul 02, 2021 3:57 pm
Forum: Programming
Topic: Programming a group that is observation dependent?
Replies: 5
Views: 12104

Programming a group that is observation dependent?

Is it possible to create a group that is dependent on certain characteristics of the time series? For example, say I have 100 series, but I just want to take the 10 series with the highest value in the observation of its time series.

Thanks!
by miorinnovo
Wed May 26, 2021 6:31 pm
Forum: Data Manipulation
Topic: Seasonal graph variance
Replies: 3
Views: 10414

Re: Seasonal graph variance

That’s awesome. Thanks. But what if I want the standard deviations for only a sub sample? With the chart I can just change the sample and the mean changes. With this code when I change the sample and run again it gives the same result.
by miorinnovo
Wed May 26, 2021 6:13 pm
Forum: Data Manipulation
Topic: Seasonal graph variance
Replies: 3
Views: 10414

Seasonal graph variance

The seasonal graph gives the average value for a series in each month/quarter. Is there a simple way to see the variance or standard deviation of those months/quarters?

Thanks
by miorinnovo
Wed Feb 26, 2020 2:42 pm
Forum: Programming
Topic: Programming a series with some zeros to fill in another number
Replies: 3
Views: 6119

Programming a series with some zeros to fill in another number

I have some series that have some observations valued at 0. Is there a way to automatically have all 0 observations changed to 1 without having to explicitly tell the program the dates? For example, I know smpl sample variable.fill(s) 1 would work if I make the sample the exact date of the 0, but wi...
by miorinnovo
Fri Jan 10, 2020 7:55 am
Forum: Programming
Topic: programming a graph sample
Replies: 2
Views: 4814

Re: programming a graph sample

Perfect, thanks.

Go to advanced search