Skip to content

Add support for interquartile range #7

Description

@boristane

Add support for interquartile range as defined here.

One should be able to provide the quartiles if already computed and avoid re-calculating them.

iqr([7, 31, 7, 31, 47, 75, 87, 115, 116, 119, 119, 155, 177]); // -> 88
iqr([7, 31, 7, 31, 47, 75, 87, 115, 116, 119, 119, 155, 177], [31, 87, 119]); // -> 88

Update README.md under Averages and measures of central location and the table of contents.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions