Problem: Without any Cody cheats, write code that passes the test suite.
Hint: The test suite gets samples from the probability distribution represented by your code. A cumulative distribution function is then built from the samples. This is the empirical distribution, which is compared against the theoretical distribution you must infer from the test suite.
See also: Cumulative Distribution Function
Problems in Series: Probability Problem 2, Probability Problem 3
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
Return the largest number that is adjacent to a zero
5534 Solvers
-
Return the 3n+1 sequence for n
8525 Solvers
-
Remove any row in which a NaN appears
8790 Solvers
-
596 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
652 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I added test cases to rule out equally spaced answers.
Added random numbers to equally spaced answers. :-P