![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Returns the lpmf for a Poisson with a log link across multiple groups.
No need to compute the log normalizing constant.
Theta | A type inheriting from Eigen::EigenBase with dynamic sized rows and 1 column. |
YVec | A vector type containing integers. |
Mean | type of the mean of the latent normal distribution |
[in] | theta | log Poisson rate for each group. |
[in] | y | observed counts |
[in] | y_index | group to which each observation belongs return lpmf for a Poisson with a log link. |
[in] | mean | the mean of the latent normal variable |
[in,out] | msgs | stream for messages from likelihood and covariance |
Definition at line 33 of file laplace_marginal_poisson_log_lpmf.hpp.