We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd3431 commit 060a0dfCopy full SHA for 060a0df
1 file changed
stan/math/prim/prob/yule_simon_rng.hpp
@@ -2,6 +2,8 @@
2
#define STAN_MATH_PRIM_PROB_YULE_SIMON_RNG_HPP
3
4
#include <stan/math/prim/meta.hpp>
5
+#include <stan/math/prim/fun/exp.hpp>
6
+#include <stan/math/prim/fun/log.hpp>
7
#include <stan/math/prim/fun/log1m.hpp>
8
#include <stan/math/prim/prob/exponential_rng.hpp>
9
#include <stan/math/prim/prob/neg_binomial_rng.hpp>
0 commit comments