Skip to content

Returning only one value (straight line) #202

Answered by MuellerSeb
FlashThunder asked this question in Q&A
Discussion options

You must be logged in to vote

Having a look at the estimated variogram parameters:

>>> print(uk.variogram_model_parameters)
[1.34819582e-11 6.83151812e+06]

This reveals that a pure nugget model was estimated (flat slope, high nugget). Therefore the constant output.

Tinkering around with your input data reveals, that estimating and fitting a variogram is rather hard, since spatial correlation is hard to find. so maybe another routine for interpolating your data could be better.

Replies: 2 comments

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #176 on July 12, 2021 09:12.