Merged
Conversation
…inverse / unbiased switch / use covariance
Member
Author
|
I still need to update the call signatures of the different kriging methods to include the |
…d pseudo inverse selector
Member
Author
Done. @LSchueler you can start your review ;-) |
LSchueler
approved these changes
Jul 17, 2020
This was referenced Jul 30, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #79
Fixes #89
Here comes the great unification of our
krigesubmodule:Krigeclass now provides everything in one placeonly_meanin the call routineSimple/Ordinary/Universal/ExtDrift/Detrendedare only shortcuts toKrigewith limited input parameter listcovariancefunction to build up the kriging matrixunbiasedswitch was added to enable simple kriging (where the unbiased condition is not given)exactswitch was added to allow smother results, if anuggetis present in the modelcond_errparameter was added, where measurement error variances can be given for each conditional pointpseudo_inv), this is equal to solving the system with least-squares and prevents numerical errorsPS: I needed to create a new PR, since there were some commits in the branch, that weren't recognized by the last PR.