Expand description
Nested (additive) variogram composition.
A NestedVariogram is the sum of several component VariogramModels. This lets you
model multi-scale structure (e.g. short-range exponential + long-range Gaussian) by
composing familiar building blocks.
NestedVariogram exposes the same semivariance / covariance interface as a single
VariogramModel but cannot currently be passed directly to
OrdinaryKrigingModel. It is intended for callers that
need multi-scale semivariances (e.g. custom kriging solvers or diagnostic plots).
Structs§
- Nested
Variogram - Sum of one or more component variograms.
γ(h) = Σ_k γ_k(h).