# HG changeset patch # User mmarzolla # Date 1329947765 0 # Node ID 954f2f00d7829f0d180a598e2fd774cd19e44f8a # Parent c4bd5fcdafeed18ea567ad0834bf0e1a54abd951 Fixed documentation of qnvisits diff -r c4bd5fcdafee -r 954f2f00d782 main/queueing/doc/queueing.html --- a/main/queueing/doc/queueing.html Wed Feb 22 20:48:51 2012 +0000 +++ b/main/queueing/doc/queueing.html Wed Feb 22 21:56:05 2012 +0000 @@ -4396,8 +4396,9 @@ V(r,i) is the class r visit ratio at center i. -
ch
(For closed networks only). ch(c,k) is the -number of the chain that class c at center k belongs to. +
ch
(For closed networks only). ch(c) is the chain number +that class c belongs to. Different classes can belong to the +same chain. Chains are numbered 1, 2, .... The total number of chains is max(ch). diff -r c4bd5fcdafee -r 954f2f00d782 main/queueing/doc/queueing.pdf Binary file main/queueing/doc/queueing.pdf has changed diff -r c4bd5fcdafee -r 954f2f00d782 main/queueing/inst/qnvisits.m --- a/main/queueing/inst/qnvisits.m Wed Feb 22 20:48:51 2012 +0000 +++ b/main/queueing/inst/qnvisits.m Wed Feb 22 21:56:05 2012 +0000 @@ -61,8 +61,9 @@ ## @math{i}. ## ## @item ch -## (For closed networks only). @code{@var{ch}(c,k)} is the -## number of the chain that class @math{c} at center @math{k} belongs to. +## (For closed networks only). @code{@var{ch}(c)} is the chain number +## that class @math{c} belongs to. Different classes can belong to the +## same chain. Chains are numbered @math{1, 2, @dots{}}. ## The total number of chains is @code{max(@var{ch})}. ## ## @end table