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 合并指标
 (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).

贡献者指南