Skip to content

Commit

Permalink
examples: update kriging examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb authored and LSchueler committed Jul 17, 2020
1 parent 67861b8 commit 684e28a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/05_kriging/09_pseudo_inverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
One reason could be, that the input data contains redundant conditioning points
that hold different values.
To smoothly deal with such situations, you can switch on using the pseuodo
inverse for the kriging matrix.
To smoothly deal with such situations, you can use the pseudo
inverse for the kriging matrix, which is enabled by default.
This will result in the average value for the redundant data.
Expand Down
8 changes: 5 additions & 3 deletions examples/05_kriging/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ the features you want:
use the pseudo-inverse of the matrix. Then redundant conditional values will automatically
be averaged.

All mentioned features can be combined within the :any:`Krige` class.
All other kriging classes are just shortcuts to this class with a limited list
of input parameters.
.. note::

All mentioned features can be combined within the :any:`Krige` class.
All other kriging classes are just shortcuts to this class with a limited list
of input parameters.

The routines for kriging are almost identical to the routines for spatial random fields,
with regard to their handling.
Expand Down

0 comments on commit 684e28a

Please sign in to comment.