View source: R/maximum_likelihood_estimation.R
Reconstruction of graphs using maximum likelihood estimation
1 2 3 4 5 6 7 | maximum_likelihood_estimation_fit(
TS,
rate = 1,
stop_criterion = T,
threshold_type = "degree",
...
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.