Skip to content

xBoxPlot and different method #299

@lpatiny

Description

@lpatiny

There should be an option to define the strategy to use to calculate median, q1, q3

It could be:

  • inclusive - default, interpolated
  • exclusive - interpolated
  • tukeyHinges (Tukey’s hinge): not interpolated

For array [1,2,3,4,5,6] we expect:

Method Interpolated? Uses All Data? Q1 (for [1–6]) Q3 (for [1–6])
Inclusive Yes Yes 2.25 4.75
Exclusive Yes Yes ~2.5 ~4.5
Tukey’s Hinges No No 2 5

Need to check how this is related to xBoxPlotWithOutliers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions