estimate_baselines {scanstatistics} | R Documentation |
Estimate the baselines (expected values) for the supplied counts.
estimate_baselines(counts, population = NULL)
counts |
A matrix of observed counts. Rows indicate time (ordered from most recent) and columns indicate locations. |
population |
A matrix or vector of populations for each location
(optional). If a matrix, should be of the same dimensions as
|
A matrix of baselines of the same dimensions as counts
.