convergent_cross_mapping_fit: Graph reconstruction algorithm from time series data

Description Usage Arguments

View source: R/convergent_cross_mapping.R

Description

Graph reconstruction algorithm from time series data

Usage

1
2
3
4
5
6
7
convergent_cross_mapping_fit(
  TS,
  tau = 1,
  threshold_type = "range",
  cutoffs = list(c(0.95, Inf)),
  ...
)

Arguments

TS

input matrix, N * L matrix consisting of L observations from N sensors.

tau

Number of time steps for a single time-lag.

threshold_type

Which thresholding function to use on the matrix of weights.

cutoffs

cutoffs for threshold function

...

arguments


travisbyrum/constructnet documentation built on March 3, 2021, 12:18 p.m.