JuliaEarth/GeoStats.jl

Implement `@formula` support in `Kriging` model

Aperta

#573 aperta il 11 apr 2026

 (2 commenti) (0 reazioni) (0 assegnatari)Julia (65 fork)batch import
featurehelp wanted

Metriche repository

Star
 (586 stelle)
Metriche merge PR
 (Merge medio 31m) (5 PR mergiate 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