From: <mma...@us...> - 2012-02-22 21:56:12
|
Revision: 9666 http://octave.svn.sourceforge.net/octave/?rev=9666&view=rev Author: mmarzolla Date: 2012-02-22 21:56:05 +0000 (Wed, 22 Feb 2012) Log Message: ----------- Fixed documentation of qnvisits Modified Paths: -------------- trunk/octave-forge/main/queueing/doc/queueing.html trunk/octave-forge/main/queueing/doc/queueing.pdf trunk/octave-forge/main/queueing/inst/qnvisits.m Modified: trunk/octave-forge/main/queueing/doc/queueing.html =================================================================== --- trunk/octave-forge/main/queueing/doc/queueing.html 2012-02-22 20:48:51 UTC (rev 9665) +++ trunk/octave-forge/main/queueing/doc/queueing.html 2012-02-22 21:56:05 UTC (rev 9666) @@ -4396,8 +4396,9 @@ <var>V</var><code>(r,i)</code> is the class r visit ratio at center i. - <br><dt><var>ch</var><dd>(For closed networks only). <var>ch</var><code>(c,k)</code> is the -number of the chain that class c at center k belongs to. + <br><dt><var>ch</var><dd>(For closed networks only). <var>ch</var><code>(c)</code> is the chain number +that class c belongs to. Different classes can belong to the +same chain. Chains are numbered 1, 2, <small class="dots">...</small>. The total number of chains is <code>max(</code><var>ch</var><code>)</code>. </dl> Modified: trunk/octave-forge/main/queueing/doc/queueing.pdf =================================================================== (Binary files differ) Modified: trunk/octave-forge/main/queueing/inst/qnvisits.m =================================================================== --- trunk/octave-forge/main/queueing/inst/qnvisits.m 2012-02-22 20:48:51 UTC (rev 9665) +++ trunk/octave-forge/main/queueing/inst/qnvisits.m 2012-02-22 21:56:05 UTC (rev 9666) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |