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

View source: R/tenAR.R

taxi.sim.ARR Documentation

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)

Arguments

t

length of output series.

print.tar.coef

print coefficients, default FALSE.

print.sig

print covariance matrices, default FALSE.

seed

random seed.

Value

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

See Also

taxi.sim.FM

Examples

xx = taxi.sim.AR(t=753)

tensorTS documentation built on May 31, 2023, 7 p.m.