Skip to content

Commit

Permalink
Merge pull request #256 from galenseilis/patch-23
Browse files Browse the repository at this point in the history
Update broken link in customer-classes.rst
  • Loading branch information
geraintpalmer authored Jun 19, 2024
2 parents 70cbf0d + b296a0f commit 516aacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guides/CustomerClasses/customer-classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Hence we would get::
... number_of_servers=[2]
... )

The decomposition of the arrival rates is due to `thinning of Poisson processes <(https://galton.uchicago.edu/~lalley/Courses/312/PoissonProcesses.pdf>`_. However, in general, think of arrival distributions as the distribution of inter-arrival times between customers of the same class.
The decomposition of the arrival rates is due to `thinning of Poisson processes <https://galton.uchicago.edu/~lalley/Courses/312/PoissonProcesses.pdf>`_. However, in general, think of arrival distributions as the distribution of inter-arrival times between customers of the same class.

It is important that the keys of these parameter dictionaries are the same throughout. If splitting one keyword by customer class, then *all* keywords that can be split by customer class need to be split by customer class.

Expand Down

0 comments on commit 516aacc

Please sign in to comment.