MaxEdgeLoading: Maximum edge loading

View source: R/MaxEdgeLoading.r

MaxEdgeLoadingR Documentation

Maximum edge loading

Description

Computes maximum edge loading for transition graph.

Usage

MaxEdgeLoading(
  A,
  U,
  y,
  U.reorder = 1:nrow(U),
  lambda = NULL,
  Fibre = NULL,
  UNIFORM = TRUE
)

Arguments

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)

Value

List containing loading and identifier for most loaded edge


MartinLHazelton/LinInvCount documentation built on March 1, 2024, 3:14 a.m.