Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return a Poisson random variate with specified log rate parameter using the given random number generator.
lambda can be a scalar or a one-dimensional container.
T_rate | type of log rate parameter |
RNG | type of random number generator |
alpha | (Sequence of) log rate parameter(s) |
rng | random number generator |
std::domain_error | if alpha is nonfinite |
Definition at line 31 of file poisson_log_rng.hpp.