Skip to content

xBoxPlot and different method #299

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions