quantaqueue
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

QuantaQueue

npm version project size project license project collabs project last commit project languages project major language percent

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

Index Definition
Types The types of variables handled in the library.
Time units An array with the available time units.
Basic The basic functions that will be used by all other functions.
Single server Different models of a single server (M/M/1, M/M/1/k and M/G/1).
Multi server Different models of multiservers (M/M/s and M/M/s/k).
General Functions that group all models and execute the model according to a specified parameter.
Cost Functions 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

Package Sidebar

Install

npm i quantaqueue

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

407 kB

Total Files

80

Last publish

Collaborators

  • goosestabbo