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


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