File: queueing.texi

package info (click to toggle)
octave-queueing 1.2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,288 kB
  • sloc: makefile: 56
file content (215 lines) | stat: -rw-r--r-- 6,362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
% Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2018, 2020, 2024 Moreno Marzolla
%
% This file is part of the queueing package.
%
% The queueing package is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by the
% Free Software Foundation; either version 3 of the License, or (at
% your option) any later version.
%
% The queueing package is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
% FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
% for more details.
%
% You should have received a copy of the GNU General Public License
% along with the queueing package; see the file COPYING.  If not, see
% <http://www.gnu.org/licenses/>.

% This info file is taken from the GNU Octave info file

\input texinfo
@setfilename queueing.info

@c The following macro is used for the on-line help system, but we don't
@c want lots of `See also: foo, bar, and baz' strings cluttering the
@c printed manual (that information should be in the supporting text for
@c each group of functions and variables).

@macro xseealso {args}
@iftex
@vskip 2pt
@end iftex
@ifnottex
@sp 1
@end ifnottex
@noindent
@strong{See also:} \args\.
@end macro

@c @macro examplefile{file}
@c @example
@c @group
@c @verbatiminclude @value{top_srcdir}/examples/\file\
@c @end group
@c @end example
@c @end macro

@c @macro GETHELP{file}

@c @end macro

@c @macro GETDEMO{file,n}

@c @end macro

@c FIXME: The following macros are workaround to fix erratic behavior of texinfo
@iftex
@macro lambdack
@lambda_{c,k}
@end macro
@end iftex
@ifnottex
@macro lambda
lambda
@end macro
@macro lambdack
lambda_@{c, k@}
@end macro
@end ifnottex

@ifinfo
@dircategory Math
@format
START-INFO-DIR-ENTRY
* queueing: (octave).	Queueing Networks and Markov chains analysis package.
END-INFO-DIR-ENTRY
@end format
@end ifinfo

@c Settings for printing on 8-1/2 by 11 inch paper:
@c -----------------------------------------------

@setchapternewpage odd

@c Settings for small book format:
@c ------------------------------

@ignore
@smallbook
@setchapternewpage odd
@finalout
@iftex
@cropmarks
@end iftex
@end ignore

@defindex op

@c Things like the Octave version number are defined in conf.texi.
@c This file doesn't include a chapter, so it must not be included
@c if you want to run the Emacs function texinfo-multiple-files-update.

@include conf.texi

@settitle queueing
@documentdescription
User manual for queueing, a GNU Octave package for queueing networks and Markov chains analysis. This package supports single-station queueing systems, queueing networks and Markov chains. The queueing package implements, among others, the Mean Value Analysis (MVA) and convolution algorithms for steady-state analysis of product-form queueing networks. Transient and steady-state analysis of Markov chains is also implemented.
@end documentdescription

@ifnottex

Copyright @copyright{} 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2018, 2020, 2024 Moreno Marzolla.

Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.

@ignore
Permission is granted to process this file through TeX and print the
results, provided the printed document carries copying permission
notice identical to this one except for the removal of this paragraph
(this paragraph not being relevant to the printed manual).

@end ignore
Permission is granted to copy and distribute modified versions of
this manual under the conditions for verbatim copying, provided that
the entire resulting derived work is distributed under the terms of
a permission notice identical to this one.

Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for
modified versions.
@end ifnottex

@titlepage
@title The Octave Queueing Package
@subtitle User's Guide, Edition 1 for release @value{VERSION}
@subtitle @value{VERSIONDATE}
@author Moreno Marzolla
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2018, 2020, 2024 Moreno Marzolla (@email{moreno.marzolla@@unibo.it}).

This is the first edition of the Queueing package documentation, and
is consistent with version @value{VERSION} of the package.

Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.

Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the entire
resulting derived work is distributed under the terms of a permission
notice identical to this one.

Permission is granted to copy and distribute translations of this manual
into another language, under the same conditions as for modified versions.

Portions of this document have been adapted from the @code{octave}
manual, Copyright @copyright{} John W. Eaton.
@end titlepage

@contents

@ifnottex
@node Top
@top

This manual documents how to install and run the Queueing package.
It corresponds to version @value{VERSION} of the package.
@end ifnottex

@c ------------------------------------------------------------------------

@menu
* Summary::
* Installation and Getting Started:: Installation of the queueing package.
* Markov Chains::               Functions for Markov chains analysis.
* Single Station Queueing Systems:: Functions for single-station queueing systems.
* Queueing Networks::           Functions for queueing networks analysis.
* References::                  References.
* Copying::                     The GNU General Public License.
* Concept Index::               An item for each concept.
* Function Index::              An item for each function.
@end menu

@c ------------------------------------------------------------------------

@include summary.texi
@include installation.texi
@include markovchains.texi
@include singlestation.texi
@include queueingnetworks.texi
@include references.texi

@c
@c Appendix starts here
@c
@include gpl.texi

@c
@c INDEX
@c

@node Concept Index
@unnumbered Concept Index

@printindex cp

@node Function Index
@unnumbered Function Index

@printindex fn

@bye