vardi.iteration: Execute single iteration for algorithm of Vardi (1996)

Description Usage Arguments Value References See Also

View source: R/vardi.algorithm.R

Description

Function to compute B and S matrices for moment equations of Vardi's method (1996). It's not particularly efficient, but it works.

Usage

1
vardi.iteration(A, yBar, lambda, B, S)

Arguments

A

routing matrix (m x k)

yBar

numeric vector of mean link loads (length m)

lambda

value of lambda from last iteration

B

B matrix computed by vardi.compute.BS

S

S matrix computed by vardi.compute.BS

Value

numeric vector of length k with updated lambda

References

Y. Vardi. Network tomography: estimating source-destination traffic intensities from link data. Journal of the American Statistical Association, 91:365-377, 1996.

See Also

Other vardi: vardi.algorithm; vardi.compute.BS


networkTomography documentation built on May 2, 2019, 3:28 a.m.