|
351 | 351 | - [{gstat}]{style="color: #990000"} Kriging Functions |
352 | 352 |
|
353 | 353 | | Function | Description | |
354 | | - |------------------------------------|------------------------------------| |
| 354 | + |----|----| |
355 | 355 | | `krige` | Simple, Ordinary or Universal, global or local, Point or Block Kriging, or simulation | |
356 | 356 | | `krige.cv` | kriging cross validation, n-fold or leave-one-out | |
357 | 357 | | `krigeSTTg` | Trans-Gaussian spatio-temporal kriging | |
|
679 | 679 | - At least 100 location pairs in the first bin |
680 | 680 | - There should 6–8 bins before the sill (to fit the variogram model) |
681 | 681 | - Try Sensitivity Analysis for low location counts (e.g. 53 locations) |
682 | | - 1. Start with $\Delta \approx 40$ which is [width = 40]{.arg-text} (first bin \~60 pairs; noisy but usable) |
683 | | - 2. Fit only *simple* variogram models (Exp, spherical) |
684 | | - 3. Downweight or ignore the first bin if needed |
685 | | - 4. Check sensitivity of the *range estimate* to: |
686 | | - - $\Delta = 30, 20, 15, \text{and maybe}\;50$ |
| 682 | + - Workflow |
| 683 | + 1. Choose $N_{\text{min}}$ (See RSE table) (e.g. 75 effective pairs) |
| 684 | + 2. Compute $\Delta_{\text{min}}$\ |
| 685 | + $$ |
| 686 | + \Delta_{\text{min}} = \sqrt{\frac{2N_{\text{min}}H^2}{n(n-1)}} |
| 687 | + $$ |
| 688 | + 3. Assess sensitivity of range estimate for $\Delta \gt \Delta_{\text{min}}$ |
| 689 | + 1. If $\Delta_{\text{min}} \approx 40$ , then start with $\Delta = 40$ which is [width = 40]{.arg-text} (first bin \~60 pairs; noisy but usable) |
| 690 | + 2. Fit only *simple* variogram models (Exp, spherical) |
| 691 | + 3. Downweight or ignore the first bin if needed |
| 692 | + 4. Check sensitivity of the *range estimate* to: |
| 693 | + - $\Delta = 30, 20, 15, \text{and maybe}\;50$ |
| 694 | + 4. If results are unstable $\rightarrow$ data limitation, not a tuning failure |
687 | 695 |
|
688 | 696 | #### Types {#sec-geo-gmod-interp-krig-types .unnumbered} |
689 | 697 |
|
|
0 commit comments