Skip to content

Commit

Permalink
n should be observed count
Browse files Browse the repository at this point in the history
  • Loading branch information
apwheele committed Oct 18, 2023
1 parent 51fd23e commit 31c972b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/scan.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param L number of time periods in the window
#' @param k window scan time period
#' @param mu Poisson averaged per single time period
#' @param n number of time periods
#' @param n observed count
#'
#' @details When examining counts of items happening in a specific, discrete set of windows,
#' e.g. counts of crime per week, one can use the Poisson PMF to determine the probability of
Expand Down

0 comments on commit 31c972b

Please sign in to comment.