Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random sampling #86

Closed
redhog opened this issue Apr 14, 2021 · 1 comment
Closed

Random sampling #86

redhog opened this issue Apr 14, 2021 · 1 comment

Comments

@redhog
Copy link
Collaborator

redhog commented Apr 14, 2021

In cases where we have a very dense dataset, setting maxlag will not help the performance of the variogram calculation. Randomly sampling the points prior to creating the variogram is one option, but might lead to a high error in the variogram. It would be better in such a situation to randomly sample the point pairs.

Using a MetricSpacePair with two different random point samples instead of a MetricSpace would achieve this. It would need to be wrapped in something that makes the output of dists() square (and even more sparse).

What do you think of this solution?

@redhog
Copy link
Collaborator Author

redhog commented Apr 14, 2021

Oh, this is a duplicate of #48

@redhog redhog closed this as completed Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant