View source: R/SimAR1Poisson.R
SimAR1Poisson | R Documentation |
Conditionally on the past, X[t] is Poisson with lambda[t] = a+bX[t-1]
SimAR1Poisson(param, n)
param |
Param[1] = a>0, param[2] = b, 0<=b <1 (for stationarity) |
n |
Length of the series. |
X |
Simulated series |
data <- SimAR1Poisson(c(5,0.4),500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.