-
Notifications
You must be signed in to change notification settings - Fork 14
sorting on x_r before fastxtile #9
Copy link
Copy link
Open
Description
There must be reasons why fastxtile is still faster than xtile, but any benefit from not using sorting would not propagate to binscatter (without xq) because of the line
if !(`touse_first'==1 & word("`:sortedby'",1)=="`x_r'") sort `touse' `x_r'
I am surprised if randvar, randcut or randn make a difference after this, unless they make things worse. Picking the quantiles of a sorted list is trivial.
If this is a path-dependent issue, this might be a cul-de-sac on the path. If there are good reasons for this, of course, never mind.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels