JuliaEarth/GeoStats.jl

Implement `@formula` support in `Kriging` model

Open

#573 opened on 2026年4月11日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Julia (65 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (586 stars)
PR merge metrics
 (平均マージ 1m) (30d で 1 merged PR)

説明

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

コントリビューターガイド