JuliaEarth/GeoStats.jl

Implement `@formula` support in `Kriging` model

Open

#573 建立於 2026年4月11日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Julia (65 fork)batch import
featurehelp wanted

倉庫指標

Star
 (586 star)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 1 個 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).

貢獻者指南