Search found 8 matches

by djackson
Thu Apr 01, 2021 4:36 am
Forum: Programming
Topic: Negative values after interpolation and seasonal adjustment
Replies: 2
Views: 3096

Re: Negative values after interpolation and seasonal adjustment

I'd like to remove them from the interpolated/adjusted data while keeping the annual average of the data the same. I assume this would involve proportioning the quarters differently in years with negative values.
by djackson
Wed Mar 31, 2021 9:13 am
Forum: Programming
Topic: Negative values after interpolation and seasonal adjustment
Replies: 2
Views: 3096

Negative values after interpolation and seasonal adjustment

Two separate but similar questions. I have some data that I'm interpolating (using quadratic match average), but some series have negative values after the interpolation. I want to remove the negative values but preserve the annual average of the interpolated data. Currently, I'm changing quarters w...
by djackson
Fri Jul 12, 2019 8:56 am
Forum: Programming
Topic: Calling EViews from excel with spaces in the path name
Replies: 2
Views: 3171

Re: Calling EViews from excel with spaces in the path name

Thanks very much, I knew it would be something simple I was missing.
by djackson
Thu Jul 11, 2019 4:46 am
Forum: Programming
Topic: Calling EViews from excel with spaces in the path name
Replies: 2
Views: 3171

Calling EViews from excel with spaces in the path name

I'm trying to run an eviews program from Excel, but if there are spaces in the path name then it truncates the path at the first space. How do I get around this? Code I'm using is below. Dim mgr As New EViews.Manager Dim app As EViews.Application Dim program_to_call As String prog_path = "C:\EV...
by djackson
Thu Jun 27, 2019 3:42 am
Forum: Programming
Topic: Taking the percentile of multiple series
Replies: 2
Views: 2636

Re: Taking the percentile of multiple series

That worked, thanks very much!
by djackson
Wed Jun 26, 2019 9:21 am
Forum: Programming
Topic: Taking the percentile of multiple series
Replies: 2
Views: 2636

Taking the percentile of multiple series

I have a number of series, and I want to get the 15th percentile of all their values in each period, then get the average of those percentiles.

Is there an easy way to do this?
by djackson
Thu Aug 23, 2018 7:28 am
Forum: Programming
Topic: Error message when doing X12 SA
Replies: 0
Views: 3544

Error message when doing X12 SA

I've got a program that imports some data from excel, seasonally adjusts it using the X12 command, then exports the SA'd data to xls file. It works fine in Eviews 9.5, but in Eviews 10 I get the error message "You cannot run Census x-11/X-12 from a shared directory which has spaces in its name ...
by djackson
Fri Mar 17, 2017 2:57 am
Forum: Programming
Topic: Fiscal year intepolation
Replies: 1
Views: 2683

Fiscal year intepolation

I have an annual data series that I would like to interpolate into a quarterly fiscal year series. What would be the best way to do this in a program?

Go to advanced search