JuliaEarth/GeoStats.jl

Implement `@formula` support in `Kriging` model

開放

#573 建立於 2026年4月11日

 (2 則留言) (0 個反應) (0 位負責人)Julia (65 個分叉)batch import
featurehelp wanted

倉庫指標

星標
 (586 顆星)
PR 合併指標
 (平均合併 31分鐘) (30 天內合併 5 個 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).

貢獻者指南