Sample Distribution Problems
•
This estimate can be noisy.
•
Try:
k=6; n=10; figure(1); hist(floor(k*rand(1,n)), 0:(k-1))
•
for different values of
k
and
n.
•
Need a lot of data.