It would be nice to have a vectorized version of sq.sample. I often find myself having data frames or series that contain distributions, and when I want to expand those to medians and percentiles, I have to use apply which is slow and a bit verbose. Nicer would be to be able to sample the entire series at once. (This is a feature request.)
It would be nice to have a vectorized version of
sq.sample. I often find myself having data frames or series that contain distributions, and when I want to expand those to medians and percentiles, I have to useapplywhich is slow and a bit verbose. Nicer would be to be able to sample the entire series at once. (This is a feature request.)