Skip to content

Commit 156aa47

Browse files
committed
Minor fix in Chapter 12
1 parent b07135d commit 156aa47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

12-mining.qmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,8 @@ gs = [EmpiricalVariogram(samples, v, maxlag = maxlag) for v in vs]
317317
::: {.callout-note}
318318

319319
We performed the `fit` of the variogram model using the weighting function
320-
`h -> exp(-h/100)` that penalizes the lag distance `h` with an exponential
321-
model. The constant `100` was chosen based on visual inspection of the
322-
`EmpiricalVariogram` estimates below.
320+
`h -> 1 / h^2` that penalizes the lag distance `h` with the inverse of its
321+
square.
323322

324323
:::
325324

0 commit comments

Comments
 (0)