ikram Posted November 13, 2019 Share Posted November 13, 2019 I want to do a event based probabilistic reneging wherein if the length of the allocation queue exceeds 5 it starts to renege with a certain probability. The probabilities are discrete. If the length of the queue is 6 then probability to renege is 0.1, if it is 7 then probability to renege is 0.3 and if its 8 then probability to renege is 0.5 and so on until the probability becomes 1. How do I model this using even based probabilistic reneging thanks Link to comment Share on other sites More sharing options...
gocken Posted November 17, 2019 Share Posted November 17, 2019 Hope it works!, it may not be exactly what you want, but it will give an idea of how to do it... do not hesitate for asking more. Renege Model.spfx Link to comment Share on other sites More sharing options...
Recommended Posts