Skip to content

Commit 96c757e

Browse files
committed
Doc update
1 parent f3625c3 commit 96c757e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stan/math/prim/prob/binomial_logit_glm_lpmf.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ namespace math {
2626
* simplified gradients.
2727
* If containers are supplied, returns the log sum of the probabilities.
2828
*
29-
* @tparam T_y type of binary vector of successes variables;
29+
* @tparam T_n type of binary vector of successes variables;
3030
* this can also be a single binary value;
31-
* @tparam T_y type of binary vector of population size variables;
31+
* @tparam T_N type of binary vector of population size variables;
3232
* this can also be a single binary value;
3333
* @tparam T_x type of the matrix of independent variables (features)
3434
* @tparam T_alpha type of the intercept(s);
@@ -42,7 +42,7 @@ namespace math {
4242
* broadcast - used for all instances.
4343
* @param x design matrix or row vector. If it is a row vector it will be
4444
* broadcast - used for all instances.
45-
* @param alpha intercept (in log odds)
45+
* @param alpha intercept
4646
* @param beta weight vector
4747
* @return log probability or log sum of probabilities
4848
* @throw std::domain_error if x, beta or alpha is infinite.

0 commit comments

Comments
 (0)