File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments