taxi.sim.FM | R Documentation |
Simulate tensor time series by factor models, using estimated coefficients by taxi data.
taxi.sim.FM(t, print.tar.coef=FALSE, print.loading=FALSE, seed=216)
t |
length of output series. |
print.tar.coef |
print coefficients used for simulation, default FALSE. |
print.loading |
print loading matrices used for simulation, default FALSE. |
seed |
random seed. |
A tensor-valued time series of dimension (4,4,3).
taxi.sim.AR
xx = taxi.sim.FM(t=252)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.