Simulate | R Documentation |
Given vectors of length M and N, representing spatial and temporal factors (e.g., population density per location and sesonal trends, respectively), this function computes a MxN baseline matrix and simulate a Poisson point process.
Simulate(
population,
time.factor,
total.average,
save.baseline.matrix = F,
n.unknown.time = 0
)
population |
A |
time.factor |
|
total.average |
A |
save.baseline.matrix |
A |
n.unknown.time |
A |
A sparseMatrix
observation matrix.
sim = Simulate(spatial.factor, time.factor, total.average)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.