Skip to content

Difference between range and lag_scale #206

Answered by LSchueler
donhalmina asked this question in Q&A
Discussion options

You must be logged in to vote

There are many different definitions of the length scale for variograms.
Have a look at this example, I think that should answer all your questions.

The method you're looking for is

cov_model = Stable(dim=2, var=2.63e+03, len_scale=4.05e+02, nugget=36.0, alpha=1.84)
range = cov_model.percentile_scale(0.95)

which gives a range of around 735 m.

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by MuellerSeb
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MuellerSeb
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #171 on August 24, 2021 11:29.