0.0.5 • Published 10 months ago

quantaqueue v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

QuantaQueue

QuantaQueue is a TypeScript library that provides a simplified approach to queueing theory operations. Developed from the powerful Math.js library, it offers a comprehensive set of methods and functions for performing accurate and efficient mathematical calculations. With QuantaQueue, developers can take advantage of the available functions to quickly perform complex calculations related to queuing systems, such as probability, throughput and waiting times.

Documentation

IndexDefinition
TypesThe types of variables handled in the library.
Time unitsAn array with the available time units.
BasicThe basic functions that will be used by all other functions.
Single serverDifferent models of a single server (M/M/1, M/M/1/k and M/G/1).
Multi serverDifferent models of multiservers (M/M/s and M/M/s/k).
GeneralFunctions that group all models and execute the model according to a specified parameter.
CostFunctions to calculate the costs of certain models.

Installation

To install the library, you can use the different package managers:

NPM

For the case of NPM:

npm install quantaqueue

Yarn

On the other hand, with Yarn it would be as follows:

yarn add quantaqueue

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT


⌨️ made with ❤️ by gustavoerivero and Warloy

0.0.5

10 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago