View source: R/vardi.algorithm.R
vardi.algorithm | R Documentation |
Runs moment-matching algorithm of Vardi (1996) until convergence
vardi.algorithm(A, Y, lambda, tol = 0.001)
A |
routing matrix (m x k) |
Y |
matrix of link loads over time (m x n, one column per time) |
lambda |
numeric vector of starting values for OD flows (length k) |
tol |
numeric tolerance for halting iterations |
numeric vector of length k with estimated OD flows
Y. Vardi. Network tomography: estimating source-destination traffic intensities from link data. Journal of the American Statistical Association, 91:365-377, 1996.
Other vardi:
vardi.compute.BS()
,
vardi.iteration()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.