JuliaEarth/GeoStats.jl

Implement `@formula` support in `Kriging` model

Open

#573 aberto em 11 de abr. de 2026

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (65 forks)batch import
featurehelp wanted

Métricas do repositório

Stars
 (586 stars)
Métricas de merge de PR
 (Mesclagem média 1m) (1 fundiu PR em 30d)

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

Guia do colaborador