Problem 2356. Simulating the selection of a state with given probabilities
Lets say we have 3 different states [1,2,3] with the probabilities of occurrences of each state is given as [0.5 0.2 0.3]. Which means 50% state 1 will be selected among others. Generate randomly selected states with the probabilities given
Output array will be consisting of state numbers based on the probabilities given as input.
Example: (Quick tip: The higher simulation sampling sizes the more robust results)
Solution Stats
Problem Comments
-
2 Comments
It's not clear to me what select_state is supposed to return. I would have thought it was one of the state (i.e. one of 1, 2, 3, ...) but it's not what the test suite tests for.
Returning the passed in probability with a very small deviation is enough to pass the test suit. This doesn't seem right.
Guillaume, i changed the problem output to states rather than the probability values. This way looks better i presume. Thanks for the comment. Cheers
Solution Comments
Show commentsGroup

Probability & Stats
- 30 Problems
- 3 Finishers
- Don't be mean. Be nice!
- The Birthday Phenomenon
- Calculate the probability that at least two people in a group share the same birthday.
- The almost-birthday problem.
- Coin Tossing: Probability of Same Heads for N tosses
- Does the coin touch the line?
- Coin change combinations.
- Penny flipping - calculate winning probability (easy)
- German tank problem
- Unique dice configurations
- Throwing Dice - Will You Be Eaten By The Dragon?
- Probability of Choosing a Red Ball
- What are the odds?
- Simulating the selection of a state with given probabilities
- Generating random matrix with given probability mass function
- If you prick us, do we not bleed?
- Test Driven Solution - Probability Problem 1
- Test Driven Solution - Probability Problem 2
- Test Driven Solution - Probability Problem 3
- Probabilities - More brains than luck
- Compute Area from Fixed Sum Cumulative Probability
- Probability of red tulips (at both ends of a row)
- Cumulative probability of finding an unlikely combination
- Chess probability
- Guess the number I'm thinking of (Part 1)
- Eliminate Outliers Using Interquartile Range
- Histogram of histogram
- Given n, create n random numbers such that their standard deviation is also n.
- Mean = Standard Deviation
- Rate of event occurence: find percentiles of the distribution (for smallish rates)
Problem Recent Solvers26
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!