malcolmrdj
New Member
- Joined
- May 5, 2016
- Messages
- 4
Suppose I have success rate probabilities based on years of experience and I am looking to generate random simulations indication what year success is achieved. If not in year one, move to year two, and so forth until success.
Year Success Rate
1 5%
2 15%
3 25%
4 35%
For instance, if year 1 there is 5% success rate, then either a) 5% hit, success, end iteration and note as year 1, or b) 95% chance fail, then move on to year 2 with either a) 15% hit, success, end iteration and note as year 2, or b) on to year 3 and so forth...
I would perform n number of times generating a table with results (say 4,4,3,3,2,1).
Thanks for any help.
Year Success Rate
1 5%
2 15%
3 25%
4 35%
For instance, if year 1 there is 5% success rate, then either a) 5% hit, success, end iteration and note as year 1, or b) 95% chance fail, then move on to year 2 with either a) 15% hit, success, end iteration and note as year 2, or b) on to year 3 and so forth...
I would perform n number of times generating a table with results (say 4,4,3,3,2,1).
Thanks for any help.