JuliaEarth/GeoStats.jl

Implement `@formula` support in `Kriging` model

Open

#573 aperta il 11 apr 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Julia (65 fork)batch import
featurehelp wanted

Metriche repository

Star
 (586 star)
Metriche merge PR
 (Merge medio 1m) (1 PR mergiata in 30 g)

Descrizione

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).

Guida contributor