Search found 2 matches

by jco72
Tue Jul 08, 2014 5:31 am
Forum: Data Manipulation
Topic: Find Missing Values
Replies: 1
Views: 2064

Find Missing Values

I'm trying to create a check that will loop through some series and put any of them in a group if the last few months of history contain any NAs. Here's the code I'm using: group gr_missing smpl 2012:1 2014:4 for %s xrcaus indsa hussa husonesa husmulsa hus husone husmul if @nas({%s}) >0 then gr_miss...
by jco72
Mon Jun 09, 2014 6:30 am
Forum: Programming
Topic: Converting to monthly from @weekly
Replies: 0
Views: 1392

Converting to monthly from @weekly

I'm trying to convert a weekly series to a monthly.I need to take 12 weeks of weekly at Friday prices, distribute that data linearly over a 30 day interval (so basically taking 12 weeks of data and distributing linearly to 30 days, not 90). Then convert that linear distribution to a month (April in ...

Go to advanced search