yojimbos_law

perturbed queue data

Dec 3rd, 2018
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. //data that demonstrates the dependence on both [# of unique things in queue] and [multiplicity of higher probability thing in queue] on the steady state probability of a given queue.
  2.  
  3. //results generated by a queue simulator with the following parameters
  4. //rejection rate: 5/10
  5. //queue length: 4
  6. //# of possible outcomes: 3
  7. //weight on the higher probability outcome: 2
  8. //weight on each other outcome: 1
  9.  
  10. [probability normalized?] [# of distinct outcomes in queue] [# of higher probability outcomes in queue] [steady state probability]
  11.  
  12. false 1 0 0.0045122
  13. false 1 4 0.0311515
  14. false 2 0 0.0543079
  15. false 2 1 0.051685100000000005
  16. false 2 2 0.15530099999999997
  17. false 2 3 0.2069938
  18. false 3 1 0.24806520000000004
  19. false 3 2 0.24798330000000002
  20. true 1 0 0.0022561
  21. true 1 4 0.0311515
  22. true 2 0 0.003879135714285714
  23. true 2 1 0.006460637500000001
  24. true 2 2 0.012941749999999997
  25. true 2 3 0.025874225
  26. true 3 1 0.010336050000000001
  27. true 3 2 0.020665275
Advertisement
Add Comment
Please, Sign In to add comment