JuliaEarth/GeoStats.jl
View on GitHubImplement `@formula` support in `Kriging` model
Open
#573 opened on Apr 11, 2026
featurehelp wanted
Description
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).