![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
Eigen::Matrix< T_scalar, -1, 1 > stan::math::poisson_binomial_log_probs | ( | int | y, |
const T_theta & | theta | ||
) |
Returns the last row of the log probability matrix of the Poisson-Binomial distribution given the number of successes and a vector of success probabilities.
T_theta | template expression |
y | numbers of successes |
theta | N-dimensional vector of success probabilities for each trial |
Definition at line 27 of file poisson_binomial_log_probs.hpp.