How to perform the Matlab for pattern recognition
显示 更早的评论
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)
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Pattern Recognition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!