2 Commits

Author SHA1 Message Date
a19eaf6684 fix: correct probability calculations for bus waiting times
- Corrected the calculation of P(10 <= X <= 15) to use the correct interval length.
- Corrected the calculation of P(25 <= X <= 30) to use the correct interval length.
- Corrected the calculation of P(0 < X < 5) to use the correct interval length.
- Corrected the calculation of P(15 < X < 20) to use the correct interval length.
2024-12-18 11:47:28 +01:00
8859f4f996 feat: add probability calculations for bus waiting times
- Added code to calculate the probability that a user waits less than five minutes for the next bus.
- Added code to calculate the probability that a user waits more than ten minutes for the next bus.
2024-12-18 11:46:07 +01:00