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

Semi Variogram #18

Open
gmerritt123 opened this issue Nov 15, 2021 · 1 comment
Open

Semi Variogram #18

gmerritt123 opened this issue Nov 15, 2021 · 1 comment

Comments

@gmerritt123
Copy link

Hi there, first off thank you so much for developing this and doing all the hard math! I am a pretty green JS and kriging person and hopefully you can help me out.

My question for you is how to go about getting the data for building a variogram plot, like here https://vsp.pnnl.gov/help/Vsample/Kriging_Variogram_Model.htm

Plotting the theoretical model (e.g. the line) should be straightforward, i can just apply the .model property on the variogram object at different h values then square it.

However to get the pairwise distances to plot the data points, and their associated variances.... I don't know. I see on the variogram there are "t", 'K" and "M". K seems to be something to do with the pairwise, as it's the length of the total number of points squared... There is also a kriging.variance method I found in the source code that might also be part of the equation... I could really use an explanation! Thanks so much.

@dayib77
Copy link

dayib77 commented Nov 7, 2023

Hi @gmerritt123, hope you doing well. Did you manage to plot the variogram (if yes i would like to see it) ? Thank you in advance.

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

2 participants