Name | Modified | Size | Downloads / Week |
---|---|---|---|
example.mat | 2015-03-12 | 906 Bytes | |
README.txt | 2015-03-12 | 219 Bytes | |
ExpectedRepertoireGeneralPDF.m | 2015-03-12 | 1.2 kB | |
FitGeneralCoupons.m | 2015-03-12 | 962 Bytes | |
PDFLogDoubleExponential.m | 2015-03-12 | 113 Bytes | |
PDFLogPower.m | 2015-03-12 | 80 Bytes | |
Totals: 6 Items | 3.5 kB | 0 |
Example useage of Coupon Collector's algorithm: load example.mat params=[-3.94 0.007459 3.827 -0.3635]; N=FitGeneralCoupons(R,@PDFLogDoubleExponential,params); plot(1:length(R),R,[1 length(R)],[N N],'--');