Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想运行一个估计,假设我的变量是根据狄利克雷分布分布的。为此,我需要使用 cdf 函数。对于 R 中的所有分布,有各自的 r,p 和 d 函数产生随机变量,pdf 和 cdf。然而,对于 Dirichlet,我只能找到随机数生成器和 pdf。是否有类似的 R 包提供 cdf?
非常感谢,