get_rho: Calculate mean of auto-correlation The algorithm only keeps...

Description Usage Arguments Examples

View source: R/Get_rho.R

Description

Calculate mean of auto-correlation The algorithm only keeps trips ("trips") that have more than 10 ijk links. On these links, we use a function called "get rho" allowing to calculate the mean of the auto-correlation of the speed with a lag up to 5 for each trip. If desired, the function also allows calculation specifically for AM or PM timebins.

Usage

1
get_rho(tt = NULL, xx = NULL)

Arguments

tt

Train dataset sampled according to time-bin.

xx

Trips that have more than 10 edges inside the train dataset sampled.

Examples

1
get_rho(tt = samp_obj, xx = samp_o)

AdrienHdz/traveltimeCLT documentation built on Dec. 31, 2020, 9:46 a.m.