Skip to content

Double check quantile_to_interval.dataframe() #416

@nikosbosse

Description

@nikosbosse

There is this line of code:

  dt[, range := ifelse(
    boundary == "lower",
    round((1 - 2 * quantile) * 100, 10),
    round((2 * quantile - 1) * 100, 10)
  )]

I'm not entirely sure we want to do rounding there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions