-
Can we add this?
I think this should do it:
```
R$R_grid[min(which(cumsum(R$R_like / sum(R$R_like)) - 0.025 >=0))]
R$R_grid[min(which(cumsum(R$R_like / sum(R$R_like)) - 0.975 >=0))]
```
-
First, nice job on Hyperfine!
I use it in academic research, where I'll be computing p-values to describe the confidence with which the sample data suggests that one program is faster than anothe…
-
To integrate `_ci` function with `quantile`. See #190 for exemplar integration with `mean`, and keep consistency.
- [ ] `quantile` with confidence interval options
- [ ] Add docstrings
- [ ] Add …
-
Hello.
Is there an option to get the confidence interval in `mlr.predict()`?
If not, might you be interested in a pull request implementing this?
-
We should add confidence intervals (errorbars) for the computed deviations.
For most common deviations the equivalent degrees of freedom are already computed in **uncertainty_estimate()**
However it …
-
Just wondering why the point_pred lower and upper bounds are unusually large for the first data point. This happens even in the example while this is not the case with the R package.
e.g. from the …
-
## Describe the Enhancement ##
MET version 7.0 added the new VCNT line type for vector continuous statistics. However, it is incomplete. We added placeholder columns for bootstrap CI's but they a…
-
Create confidence intervals for top stats including, but not limited to:
Look at by player and by team
- points
- 2point shots
- 2point points=(2point shots *2)
- 3point shots
- 3point points=(3…
-
Hi Cam,
In lifelines package, I'm looking for confidence interval for mean prediction(predict_expectation).Is there a way to get.
Thanks & Regards,
Siva Kumar
-
Hello,
Many thanks for a very useful and helpful package.
I was wondering whether there was any way to include confidence intervals in addition to the n per group
descrTable(year ~ ., data=regicor…