followingNetwork {mFLICA} | R Documentation |
followingNetwork function
Description
followingNetwork is a support function for calculating a following network of a set of time series
Usage
followingNetwork(TS, timeLagWindow, lagWindow = 0.1, sigma = 0.1)
Arguments
TS |
is a set of time series where |
timeLagWindow |
is a maximum possible time delay in the term of time steps. |
lagWindow |
is a maximum possible time delay in the term of percentage of time length of |
sigma |
is a threshold of following relation. It is used to discretize an adjacency matrix |
Value
This function returns adjacency matrices of a following network of TS
.
adjWeightedMat |
An adjacency matrix of a following network
s.t. if |
adjBinMat |
A binary version of |
Examples
# Run the function ?
out<-followingNetwork(TS=mFLICA::TS[,60:90,],sigma=0.5)