简体   繁体   English

如何计算 R 中的泊松采样?

[英]How to calculate a Poisson sampling in R?

I was following this Poisson sampling but don't how to get it in R.我正在关注这个泊松采样,但不知道如何在 R 中获得它。 Is there another way to get a Poisson sampling in R.是否有另一种方法可以在 R 中进行泊松采样。 I will really appreciate any clue.我真的很感激任何线索。

You already found the function.您已经找到了 function。 To get it:为拿到它,为实现它:

install.packages("sampling")

then use UPpoisson .然后使用UPpoisson

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM