是否有 R 包用于从计数数据中学习狄利克雷先验

发布于 2024-07-07 12:22:34 字数 223 浏览 11 评论 0原文

我正在寻找一个 R 包,可用于根据计数数据训练狄利克雷先验。 我正在询问一位正在使用 R 的同事,而我自己并没有使用它,所以我不太清楚如何查找包。 搜索起来有点困难,因为“R”是一个非特定的搜索字符串。 CRAN 上似乎没有任何内容,但是有吗还有其他地方可以看吗?

I'm looking for a an R package which can be used to train a Dirichlet prior from counts data. I'm asking for a colleague who's using R, and don't use it myself, so I'm not too sure how to look for packages. It's a bit hard to search for, because "R" is such a nonspecific search string. There doesn't seem to be anything on CRAN, but are there any other places to look?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心的位置 2024-07-14 12:22:34

我只是顺便接触过 R 和狄利克雷分布,所以我希望我没有偏离主题。

此邮件列表消息似乎回答了您的问题:

滚动浏览结果
RSiteSearch("dirichlet") 推荐一些有用的工具
在VGAM包中。 gtools 包和
MCMC 包还具有 ddirichlet() 函数
你可以用它来构建(负对数)可能性
使用 optim/nlmin/etc 进行功能和优化。

交易、DP 包和混合包也可能会或可能不会提供您所需要的。

话又说回来,这些仍然是 CRAN 软件包,所以我不确定你是否已经找到这些并发现它们不合适。

至于搜索 R,R 项目网站本身已经提供了一些关于其搜索页面

I've only come across both R and the Dirichlet distribution in passing, so I hope I'm not too much off the mark.

This mailing list message seems to answer your question:

Scrolling through the results of
RSiteSearch("dirichlet") suggests some useful tools
in the VGAM package. The gtools package and
MCMC packages also have ddirichlet() functions
that you could use to construct a (negative log) likelihood
function and optimize with optim/nlmin/etc.

The deal, DPpackage and mix packages also may or may not provide what you need.

Then again, these are all still CRAN packages, so I'm not sure if you already found these and found them unsuitable.

As for searching for R, the R project site itself already provides a few links on its search page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文