JuliaEarth/GeoStats.jl

Implement `@formula` support in `Kriging` model

Open

#573 geöffnet am 11. Apr. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (65 Forks)batch import
featurehelp wanted

Repository-Metriken

Stars
 (586 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1m) (1 gemergte PR in 30 T)

Beschreibung

Currently, our Kriging model allows the specification of the mean as a vector of values. Each value is associated with a covariate and can be a constant (simple Kriging) or a function (Universal Kriging). It would be convenient to specify a @formula from StatsModels.jl as an alternative (regression Kriging).

Contributor Guide