Learn R Programming

tensorTS (version 1.0.1)

taxi.sim.AR: Simulate taxi data by tenAR models

Description

Simulate tensor time series by autoregressive models, using estimated coefficients by taxi data.

Usage

taxi.sim.AR(t, print.tar.coef=FALSE, print.sig=FALSE, seed=123)

Value

A tensor-valued time series of dimension (5,5,7).

Arguments

t

length of output series.

print.tar.coef

print coefficients, default FALSE.

print.sig

print covariance matrices, default FALSE.

seed

random seed.

See Also

taxi.sim.FM

Examples

Run this code
xx = taxi.sim.AR(t=753)

Run the code above in your browser using DataLab