Stan Math Library
4.9.0
Automatic Differentiation
|
plain_type_t< T_theta > 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 26 of file poisson_binomial_log_probs.hpp.