How to perform the Matlab for pattern recognition
Show older comments
Let the bias be the probability of turning up a head and denoted by the parameter Q.
If we use a coin with the bias specified by Q to conduct a coin flipping process d times, the outcome will be a sequence of heads and tails.
where nH is the number of heads turned up during d trials.
Now using such a simulated coin with Q = ½ to conduct your experiments based on a sequence of outcomes generated by the random generator from computer.
For example, if the number generated by the random generator is less than 1/2, it assigned to be 0;
otherwise, it will be assigned 1.
In order to run the computer project, run the following
(1) d = 100 and n =100 using a simulated coin with Q = ¼ and ½
(2) d = 10 and n =1000 using a simulated coin with Q = ¼ and ½
(3) d = 100 and n = 1000 using a simulated coin with Q = ¼ and ½
(The result of the execution from program will be drawn into histogram on the PowerPoint)
Answers (1)
Categories
Find more on Pattern Recognition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!