Added correlation plots
This commit is contained in:
@@ -3,16 +3,16 @@ nrolls = [ 20, 100, 1000 ];
|
||||
for i = [1:length(nrolls)]
|
||||
d = rollthedie( nrolls(i) );
|
||||
% plain hist:
|
||||
% hist( d )
|
||||
%hist( d )
|
||||
|
||||
% check bin counts of plain hist:
|
||||
% h = hist( d )
|
||||
|
||||
% force 6 bins:
|
||||
% hist( d, 6 )
|
||||
%hist( d, 6 )
|
||||
|
||||
% set the right bin centers:
|
||||
bins = 1:6;
|
||||
%bins = 1:6;
|
||||
%hist( d, bins )
|
||||
|
||||
% normalize histogram and compare to expectation:
|
||||
|
||||
Reference in New Issue
Block a user