Description Usage Arguments Examples
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.
1 | create_graph(data.train = NULL, L = NULL, data.timebins = NULL)
|
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. |
1 | create_graph(data.train = data,train, L = L, data.timebins = data.timebins)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.