View source: R/MaxEdgeLoading.r
MaxEdgeLoading | R Documentation |
Computes maximum edge loading for transition graph.
MaxEdgeLoading(
A,
U,
y,
U.reorder = 1:nrow(U),
lambda = NULL,
Fibre = NULL,
UNIFORM = TRUE
)
A |
A configuration matrix |
U |
A paritition lattice basis (given by the columns of the matrix) |
y |
Vector of observed counts |
U.reorder |
Recordering of columns of A/rows of U |
lambda |
Rate parameters, need specifying if using Poisson model |
Fibre |
Fibre (solution set) for y=Ax |
UNIFORM |
Indicator for uniform model (otherwise Poisson) |
List containing loading and identifier for most loaded edge
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.