powered by
Simulate tensor time series by factor models, using estimated coefficients by taxi data.
Simulate tensor time series by tensor factor models, using estimated autoregressive coefficients and loading matrices from taxi data.
taxi.sim.FM(t, print.tar.coef=FALSE, print.loading=FALSE, seed=216)taxi.sim.FM(t=252, print.tar.coef=FALSE, print.loading=FALSE, seed=216)
taxi.sim.FM(t=252, print.tar.coef=FALSE, print.loading=FALSE, seed=216)
A tensor-valued time series of dimension (4,4,3).
A tensor-valued time series of dimension (12,12,24,t).
length of output series.
print autoregressive coefficients, default FALSE.
print loading matrices, default FALSE.
random seed.
taxi.sim.AR
taxi.sim.FM
xx = taxi.sim.FM(t=252) xx = taxi.sim.FM(t=252)
Run the code above in your browser using DataLab