Romain Jacob

Results 26 comments of Romain Jacob

Hi there! First of, thanks for putting Coauthor together and release it to the public :-) Any news on seeing diff between history versions? Or displaying the diff in the...

What about a button/option to make the history bar "sticky" (always showing on top of the browser window)? This would allow to scroll down a post and navigating back in...

Wouhou! Cool to see some progress on that issue :-)

The only CI failure is in sparse.linalg and unrelated to this PR. Unless there are further comments, I believe this PR is ready to be merged.

Hi @chrisb83, yes, sorry I forgot to follow-up on that one. The method I am proposing here is not related to hypothesis testing, it's an estimation method for quantiles. I...

I see your point, and indeed I am aware of the close connection between CI and NHST, but I am not aware of any "test" that explicitly focus on percentiles...

> I just browsed through the R packages and found QuantileNPCI which seems to be doing about the same thing, although it seems it computes only two-sided CI (not 100%...

> > I am not sure if it makes sense to write a benchmark using that R function > > If I understand the comment correctly, then the results should...

The only CI failure is in sparse.linalg and unrelated to this PR. @josef-pkt : do you think adding tests based on this R function is necessary? If so, how should...

> Just a note: This contribution does not seem to be in conflict with our plans of adding generic bootstrap and jackknife resampling to Scipy. The BCa bootstrap confidence interval...