Skip to content

Commit

Permalink
Merge pull request #2 from lcrawlab/reviews
Browse files Browse the repository at this point in the history
Fix typos in ZIP documentation
  • Loading branch information
agdenadel authored Jul 11, 2024
2 parents b6ed835 + 4b9a817 commit 7291873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/estimate_zipoisson.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# https://math.stackexchange.com/questions/2761563/maximum-likelihood-estimation-for-zero-inflated-poisson-distribution
# https://ieeexplore.ieee.org/document/9032203

#' @title Random data generation for the zero-infalted Poisson distribution
#' @title Maximum likelihood estimation for the zero-inflated Poisson distribution
#' with Poisson parameter lambda and zero proportion prop.zero.
#'
#' @description Given data, computes the maximum likelihood estimators
#' for the zero-infalted Poisson distribution.
#' for the zero-inflated Poisson distribution.
#'
#' @param data The data to estimate parameters from.
#' @returns Maximum likelihood estimators of for the zero-inflated Poisson
#' @returns Maximum likelihood estimators of the zero-inflated Poisson
#' distribution
#' @name estimate_zi_poisson
estimate_zi_poisson <- function(data) {
Expand Down

0 comments on commit 7291873

Please sign in to comment.