View source: R/variogramModels.R
matern_model | R Documentation |
Calculate the Matern model based on the given parameters.
matern_model(h, nugget, sill, range, a)
h |
Distance. |
nugget |
Nugget effect. |
sill |
Sill value. |
range |
Range value. |
a |
Shape parameter. |
Computed value based on the Matern model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.