create_graph: This function allows to create the graph of the network and...

Description Usage Arguments Examples

View source: R/Create_graph.R

Description

This function allows to create the graph of the network and run the algorithm on the train set to get the mean of the autocorrelation and the mean of the residuals.

Usage

1
create_graph(data.train = NULL, L = NULL, data.timebins = NULL)

Arguments

data.train

Train dataset

L

A parameter allowing to remove edges that have not enough observations in the train set.

data.timebins

A vector of strings that represent the different time-bins of the dataset.

Examples

1
create_graph(data.train = data,train, L = L, data.timebins = data.timebins)

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