Estimation.jl
Estimation.jl copied to clipboard
Incorrect estimates
This is from your test code. If I increase the 0.1 to higher values in the test code, the algorithm starts to produce incorrect estimates:
freq = 0.1 + 0.3*rand()
Hi @arshak Thanks for checking out the test code. Could you provide the code that produces incorrect estimates? I assume you are referring to the /test/qf_bias.jl file?