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

贡献者指南