param_zeta: This function allows to calculate travel time estimation...

Description Usage Examples

View source: R/Algorithm.R

Description

This function allows to calculate travel time estimation confidence intervals on the test set.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
param_zeta(
  t0,
  rho,
  linkfrom,
  linkto,
  len,
  sequence = FALSE,
  rules = NULL,
  graph.stat.full = NULL
)

Examples

1
param_zeta(time[1], rho_obj$rho, linkId.from, linkId.to, length, rules = rules, graph.stat.full = graph_obj$graph.stat.full)

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