【发布时间】:2019-04-12 13:31:15
【问题描述】:
我知道 R 的 ppois() 相当于 MATLAB 的 poisscdf()。
但是,我在 R 中有一个代码为 ppois(x,lambda,log.p = TRUE)。
MATLAB 中的 log.p=TRUE 等价物是什么?
同样对于 R 函数 dpois(x,lambda,log = TRUE),MATLAB 中的 log = TRUE poisspdf() 的等价物是什么?
我们是否在 MATLAB 中内置了类似的函数?
【问题讨论】: