Skip to content

Krige of 2d Gaussian model returns a 2d tuple #313

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

You must be logged in to vote

The return values of the kriging routines are:

  1. the interpolated field
  2. the kriging error variance

If you only want the kriging field, you can turn of the variance calculation by:

field = OK2.structured([gridx, gridy], return_var=False)

Cheers,
Sebastian

Replies: 1 comment 1 reply

Comment options

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

Answer selected by MuellerSeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants