vardi.compute.BS: Compute B and S matrices in algorithm of Vardi (1996)
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
vardi.compute.BS(A, Y)
Arguments
A
routing matrix (m x k)
Y
matrix of link loads over time (m x n, one
column per time)
Value
list containing two entries for the B and S matrices,
respectively
References
Y. Vardi. Network tomography: estimating source-destination
traffic intensities from link data. Journal of the American
Statistical Association, 91:365-377, 1996.