KDnuggets Home » News » 2010 » Dec » Publications » Much Faster Bootstraps Using SAS®  ( < Prev | 11:n01 | Next > )

Much Faster Bootstraps Using SAS®


 
  
We compare 7 bootstrap algorithms in SAS; our best one is ~80x faster than the built-in SAS procedure (Proc SurveySelect).


John Douglas ("J.D.") Opdyke,* DataMineIt, Dec 2010

Abstract

Seven bootstrap algorithms coded in SAS® are compared. The fastest ("OPDY"), which uses no modules beyond Base SAS®, achieves speed increases almost two orders of magnitude faster (over 80x faster) than the relevant "built-in" SAS® procedure (Proc SurveySelect). It is even much faster than hashing, but unlike hashing it requires virtually no storage space, and its memory usage efficiency allows it to execute bootstraps on input datasets larger (sometimes by orders of magnitude) than the largest a hash table can use before aborting. This makes OPDY arguably the only truly scalable bootstrap algorithm in SAS®.

Keywords: Bootstrap, SAS, Scalable, Hashing, With Replacement, Sampling

Read the paper here www.datamineit.com/DMI_publications.htm


KDnuggets Home » News » 2010 » Dec » Publications » Much Faster Bootstraps Using SAS®  ( < Prev | 11:n01 | Next > )