From: <mma...@us...> - 2012-04-05 18:59:52
|
Revision: 10150 http://octave.svn.sourceforge.net/octave/?rev=10150&view=rev Author: mmarzolla Date: 2012-04-05 18:59:46 +0000 (Thu, 05 Apr 2012) Log Message: ----------- Preparing for release Modified Paths: -------------- trunk/octave-forge/main/queueing/DESCRIPTION trunk/octave-forge/main/queueing/DESCRIPTION.in trunk/octave-forge/main/queueing/doc/queueing.html trunk/octave-forge/main/queueing/doc/queueing.pdf Modified: trunk/octave-forge/main/queueing/DESCRIPTION =================================================================== --- trunk/octave-forge/main/queueing/DESCRIPTION 2012-04-05 18:29:54 UTC (rev 10149) +++ trunk/octave-forge/main/queueing/DESCRIPTION 2012-04-05 18:59:46 UTC (rev 10150) @@ -13,7 +13,7 @@ and continuous-time Markov chains can be computed (state occupancy probabilities, mean time to absorption, time-averaged sojourn times). Categories: Misc -Depends: octave (>= 3.0.0) +Depends: octave (>= 3.2.3) Autoload: yes License: GPL version 3 or later Url: http://www.moreno.marzolla.name/software/queueing/ Modified: trunk/octave-forge/main/queueing/DESCRIPTION.in =================================================================== --- trunk/octave-forge/main/queueing/DESCRIPTION.in 2012-04-05 18:29:54 UTC (rev 10149) +++ trunk/octave-forge/main/queueing/DESCRIPTION.in 2012-04-05 18:59:46 UTC (rev 10150) @@ -13,7 +13,7 @@ and continuous-time Markov chains can be computed (state occupancy probabilities, mean time to absorption, time-averaged sojourn times). Categories: Misc -Depends: octave (>= 3.0.0) +Depends: octave (>= 3.2.3) Autoload: yes License: GPL version 3 or later Url: http://www.moreno.marzolla.name/software/queueing/ Modified: trunk/octave-forge/main/queueing/doc/queueing.html =================================================================== --- trunk/octave-forge/main/queueing/doc/queueing.html 2012-04-05 18:29:54 UTC (rev 10149) +++ trunk/octave-forge/main/queueing/doc/queueing.html 2012-04-05 18:59:46 UTC (rev 10150) @@ -1424,11 +1424,14 @@ — Function File: <var>p</var> = <b>ctmc</b> (<var>Q, t. p0</var>)<var><a name="index-ctmc-31"></a></var><br> <blockquote> <p><a name="index-Markov-chain_002c-continuous-time-32"></a><a name="index-Continuous-time-Markov-chain-33"></a><a name="index-Markov-chain_002c-state-occupancy-probabilities-34"></a><a name="index-Stationary-probabilities-35"></a> -With a single argument, compute the stationary state occupancy +Compute stationary or transient state occupancy probabilities +for a continuous-time Markov chain. + + <p>With a single argument, compute the stationary state occupancy probability vector <var>p</var>(1), <small class="dots">...</small>, <var>p</var>(N) for a -Continuous-Time Markov Chain with infinitesimal generator matrix -<var>Q</var> of size N \times N. With three arguments, compute the -state occupancy probabilities <var>p</var>(1), <small class="dots">...</small>, <var>p</var>(N) at time +continuous-time Markov chain with N \times N infinitesimal +generator matrix <var>Q</var>. With three arguments, compute the state +occupancy probabilities <var>p</var>(1), <small class="dots">...</small>, <var>p</var>(N) at time <var>t</var>, given initial state occupancy probabilities <var>p0</var> at time 0. @@ -1682,6 +1685,7 @@ for i=1:length(t) M(i,:) = ctmc_taexps(Q,t(i),p); endfor + clf; plot(t, M(:,1), ";State 1;", "linewidth", 2, \ t, M(:,2), ";State 2;", "linewidth", 2, \ t, M(:,3), ";State 3;", "linewidth", 2, \ Modified: trunk/octave-forge/main/queueing/doc/queueing.pdf =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |