JuliaEarth/GeoStats.jl

Implement `@formula` support in `Kriging` model

Ouverte

#573 ouverte le 11 avr. 2026

 (2 commentaires) (0 réaction) (0 personne assignée)Julia (65 forks)batch import
featurehelp wanted

Métriques du dépôt

Stars
 (586 étoiles)
Métriques de merge PR
 (Merge moyen 31m) (5 PRs mergées en 30 j)

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

Guide contributeur