maximum_likelihood_estimation_fit: Reconstruction of graphs using maximum likelihood estimation

Description Usage Arguments

View source: R/maximum_likelihood_estimation.R

Description

Reconstruction of graphs using maximum likelihood estimation

Usage

1
2
3
4
5
6
7
maximum_likelihood_estimation_fit(
  TS,
  rate = 1,
  stop_criterion = T,
  threshold_type = "degree",
  ...
)

Arguments

TS

Matrix consisting of L observations from N sensors.

rate

rate term in maximum likelihood

stop_criterion

if True, prevent overly-long runtimes

threshold_type

Which thresholding function to use on the matrix.

...

Arguments


Fagan-Lab/constructnet documentation built on Feb. 19, 2021, 12:12 a.m.