correlation_matrix_fit: Reconstruction of graphs using the correlation matrix.

Description Usage Arguments

View source: R/correlation_matrix.R

Description

Reconstruction of graphs using the correlation matrix.

Usage

1
correlation_matrix_fit(TS, num_eigs = NULL, threshold_type = "range", ...)

Arguments

TS

Matrix consisting of L observations from N sensors

num_eigs

The number of eigenvalues to use. (This corresponds to the amount of regularization.) The number of eigenvalues used must be less than N.

threshold_type

Which thresholding function to use on the matrix of weights.

...

Arguments


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