All Posts

Programming Tips
Rick Wicklin 0
Loops in SAS

Looping is essential to statistical programming. Whether you need to iterate over parameters in an algorithm or indices in an array, a loop is often one of the first programming constructs that a beginning programmer learns. Today is the first anniversary of this blog, which is named The DO Loop,

Advanced Analytics
Mike Gilliland 0
Guest Blogger: Udo Sglavo on Cross-validation using SAS Forecast Server (Part 2 of 2)

In Part 1, Udo provided SAS code to replicate the example in Hyndman's blog.  Below, he shows the results of out-of-sample testing, and draws some conclusions on the computational efficiency of this approach. Out-of-sample Testing In addition to the example shared by Hyndman, out-of-sample data was used to illustrate the final performance

1 675 676 677 678 679 704