-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi Dr. Burt
Thanks for this software, it's been super helpful to me so far. I have two questions:
-
I have some multivariate data that I'm interested in generating random samples from. I believe that answer is no, but does your code preserve the covariance between features in the multivariate case?
-
I'm having a bit of difficult using the
resampleoption in theSamplerclass. I have need to maintain the same scaling as the original data, so sampling from the original data is important. When computing the geodesic distance matrices, I can exclude the medial wall in the distance calculations. However, when using theresampleoption in the Sampler, the Sampler pulls NaNs / Infs / etc. from the medial wall. Is there a mask option that I can provide to simply exclude sampling from certain indices?
Thanks for your help!
k