Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //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.
- //results generated by a queue simulator with the following parameters
- //rejection rate: 5/10
- //queue length: 4
- //# of possible outcomes: 3
- //weight on the higher probability outcome: 2
- //weight on each other outcome: 1
- [probability normalized?] [# of distinct outcomes in queue] [# of higher probability outcomes in queue] [steady state probability]
- false 1 0 0.0045122
- false 1 4 0.0311515
- false 2 0 0.0543079
- false 2 1 0.051685100000000005
- false 2 2 0.15530099999999997
- false 2 3 0.2069938
- false 3 1 0.24806520000000004
- false 3 2 0.24798330000000002
- true 1 0 0.0022561
- true 1 4 0.0311515
- true 2 0 0.003879135714285714
- true 2 1 0.006460637500000001
- true 2 2 0.012941749999999997
- true 2 3 0.025874225
- true 3 1 0.010336050000000001
- true 3 2 0.020665275
Advertisement
Add Comment
Please, Sign In to add comment