calcN | R Documentation |
Compute total traffic from a particular time.
calcN(yt, A1)
yt |
length-m numeric vectors of observed aggregate flows at a particular time |
A1 |
m x m matrix containing the full-rank portion of the network's
routing matrix, as supplied by |
data(bell.labs) A.decomp <- decomposeA(bell.labs$A) total.traffic <- calcN(yt=bell.labs$Y[1,], A1=A.decomp$A1) total.traffic == sum(bell.labs$X[1,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.