Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: faster xtiling
From
László Sándor <[email protected]>
To
[email protected]
Subject
st: faster xtiling
Date
Fri, 7 Sep 2012 11:04:23 -0400
Hi all,
I am trying to speed up -xtile- for Stata 11 and above for all
platforms (for internal use) used with tens of millions of
observations.
I checked the source of -xtile-, and I am not sure I understand all
its purpose. Most importantly, it does sort the data (a no-no with
data the size of mine), even though the crucial step of _pctile does
not need presorted data.
Could some learned member of this list let me know what I might lose
if write a simpler wrapper for _pctile?
And while I am at it, I am also happy to hear comments about the
prospects of using Mata for any of this. _pctile is built-in,
optimized, tailored, tweaked, polished C code, so there is little hope
that Mata might improve the crucial steps, right?
Probably the wrapper is only about parsing and error-checking, so
there is little need for Mata (or "improved algorithms") either,
right?
Thank you so much,
Laszlo
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/