taxi.sim.AR | R Documentation |
Simulate tensor time series by autoregressive models, using estimated coefficients by taxi data.
taxi.sim.AR(t, print.tar.coef=FALSE, print.sig=FALSE, seed=123)
t |
length of output series. |
print.tar.coef |
print coefficients, default FALSE. |
print.sig |
print covariance matrices, default FALSE. |
seed |
random seed. |
A tensor-valued time series of dimension (5,5,7).
taxi.sim.FM
xx = taxi.sim.AR(t=753)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.