kingaa / pomp

R package for statistical inference using partially observed Markov processes
https://kingaa.github.io/pomp
GNU General Public License v3.0
111 stars 27 forks source link

Add proper reference to 'Weighted quantile estimators' #209

Closed AndreyAkinshin closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Merging #209 (02bcd24) into master (740667e) will not change coverage. Report is 3 commits behind head on master. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #209 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 126 126 Lines 9059 9059 ========================================= Hits 9059 9059 ```
kingaa commented 6 months ago

Looks good. Thanks for this!

kingaa commented 6 months ago

By the way @AndreyAkinshin : if you have time, please take a look at my implementation of your algorithm. In particular, there is a bit of complexity around the edge cases (q=0, q=1) that shows up here for which I'd appreciate your opinion and/or suggestions.