LondonRoad | R Documentation |
Data on traffic counts observed at a sequence of points on London Road in Leicester, UK. The aim is to sample the corresponding origin-destination traffic volumes that are consistent with those counts. The dataset appears as a list prepared for that purpose. Components of the list are A (the configuration matrix, which in this case is the link-path incidence matrix); y (observed traffic counts); lambda (assumed mean origin-destination traffic volumes); and MarkovBasis (a matrix with columns corresponding to the vectors in full Markov basis for the resampling problem).
data(LondonRoad)
An object of class list
of length 4.
data(LondonRoad)
Xsampler(A=LondonRoad$A,y=LondonRoad$y,lambda=LondonRoad$lambda,Model="Poisson",Method="Gibbs",tune.par=0.5,combine=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.