confidenceinterval icon indicating copy to clipboard operation
confidenceinterval copied to clipboard

Validation

Open hubtub2 opened this issue 2 years ago • 1 comments

Great work! How can I trust the confidence intervals it returns - did you do anykind of validation - maybe comparing results with the standard R implementations?

Would be cool to have like a (small) test report for some examples - in case you are in a regulated environment.

hubtub2 avatar Mar 21 '23 16:03 hubtub2

Hi, The validation I did do was comparing the results of the bootstrap method with the analytical implementation. I didn't compare with R (i'm also not an R user). A test against R is a very good idea! What R functions/packages do you recommend testing this against?

I guess it would be cool to have a unit test, where the results are compared against R, maybe using https://rpy2.github.io

(Btw, Any contribution around this would be much appreciated!)

jacobgil avatar Mar 22 '23 00:03 jacobgil