Skip to content

Commit

Permalink
fixed more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Nov 1, 2023
1 parent 821848d commit d4b8c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/userguide/docs/examples/callcenter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"What do we see here? After some warmup in the first week of January, we see requiests piling up over the weekend. These requests are subsequently processed in the next 6 business days. So even if customers may need to wait for a few business days, they are ultimatly served. So from a qeuing theory this system is stable, that is does not end up with an infiinte queue length.\n",
"What can we discern from this? Following an initial warm-up during the first week of January, there is a noticeable increase in requests accumulating over the weekend. These requests then undergo processing over the next five business days. While customers might experience a short wait, their requests are ultimately addressed. Therefore, based on queuing theory, the system is stable and does not result in an infinite queue length.\n",
" \n",
"## Model Accuracy During Shift Handover \n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/docs/examples/callcenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ sim.serviceAgents.requesters.queueLengthTimeline.display()

![jpeg](callcenter_files/callcenter_15_0.jpg)

What do we see here? After some warmup in the first week of January, we see requiests piling up over the weekend. These requests are subsequently processed in the next 6 business days. So even if customers may need to wait for a few business days, they are ultimatly served. So from a qeuing theory this system is stable, that is does not end up with an infiinte queue length.
What can we discern from this? Following an initial warm-up during the first week of January, there is a noticeable increase in requests accumulating over the weekend. These requests then undergo processing over the next five business days. While customers might experience a short wait, their requests are ultimately addressed. Therefore, based on queuing theory, the system is stable and does not result in an infinite queue length.


## Model Accuracy During Shift Handover
Expand Down

0 comments on commit d4b8c0d

Please sign in to comment.