-
input:
xena genomicMatrix file -supplied on the command line
gene file (each row is a gene) - supplied on the command line
output:
upper quantile normalized genomicMatrix file,
the offset pa…
-
Hey there, I'm using
```go
td := tdigest.NewWithCompression(1000)
for _, x := range []float64{1, 2, 3, 4, 5, 5, 4, 3, 2, 1} {
td.Add(x, 1)
}
fmt.Println("Quantile Result")
for _, q :=…
-
maybe just brute force numerical integration/inversion; they're useful even when they're slow.
-
**What did you do?**
Reporting quantiles to Prometheus using a Spring Boot application with Actuator and the Micrometer Prometheus Registry.
**What did you expect to see?**
I can view the qua…
-
```
What steps will reproduce the problem?
1. Load a dataset with many identical values
2. Note how the classification does not keep observations with the same
value in the same class.
```
Origina…
-
`quantile_to_interval_numeric()`, for example, makes use of an internal `forecast_id` column. This might cause issues if there is already a `forecast_id` column in the input.
We should likely pref…
-
The following error are systematically occuring.
Error in quantile.default(as.numeric(csa[j, 2:(n.s + 1)]), 0.975) :
missing values and NaN's not allowed if 'na.rm' is FALSE
I got this error…
-
I'd like to efficiently and in parallel compute the median = q_0.5 and IQR = q_0.75 - q_0.25 of each column in a dataframe. Let's compare the 3 most used libraries:
**pandas:**
```
import numpy…
-
I tried to reproduce the quantile vignette example but with 10 quantiles instead of 4. The resulting color scale is mis-ordered and mis-labeled.
``` r
library(ggplot2)
library(ggridges)
library(…
-
We have an `interval_coverage_dev_quantile()` function, but we don't have the equivalent for quantile coverage.
New function would be `quantile_coverage_dev_quantile()`