Skip to content

Commit

Permalink
Minor fix in Chapter 12
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Feb 5, 2025
1 parent b07135d commit 156aa47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 12-mining.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,8 @@ gs = [EmpiricalVariogram(samples, v, maxlag = maxlag) for v in vs]
::: {.callout-note}

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

:::

Expand Down

0 comments on commit 156aa47

Please sign in to comment.