Skip to content

Add quantiles() to the statistics module #80727

@rhettinger

Description

@rhettinger
BPO 36546
Nosy @rhettinger, @mdickinson, @stevendaprano
PRs
  • bpo-36546: Add statistics.quantiles() #12710
  • bpo-36546: More tests: type preservation and equal inputs #13000
  • bpo-36546: Fix typo quaatile to quantile #13001
  • bpo-36546: Add more tests and expand docs #13406
  • bpo-36546: Add design notes to aid future discussions #13769
  • bpo-36546: Mark first argument as position only #14363
  • [3.8] bpo-36546: Mark first argument as position only (GH-14363) #14364
  • bpo-36546: Clean-up comments #14857
  • [3.8] bpo-36546: Clean-up comments (GH-14857) #14859
  • [3.8] bpo-36546: Add examples to elucidate the formulas (GH-14898) #14899
  • bpo-36546: No longer have a need to make "data" positional only #16252
  • [3.8] bpo-36546: No longer a need to make "data" positional only (GH-16252) #16253
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-04-23.07:15:59.221>
    created_at = <Date 2019-04-06.21:22:16.575>
    labels = ['3.8', 'type-feature', 'library']
    title = 'Add quantiles() to the statistics module'
    updated_at = <Date 2019-09-18.04:06:56.932>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2019-09-18.04:06:56.932>
    actor = 'rhettinger'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-04-23.07:15:59.221>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2019-04-06.21:22:16.575>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36546
    keywords = ['patch']
    message_count = 20.0
    messages = ['339544', '339548', '339584', '339593', '339596', '340639', '340641', '340693', '340695', '340936', '340943', '341042', '342803', '344377', '346478', '346481', '348155', '348157', '352686', '352687']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'mark.dickinson', 'steven.daprano']
    pr_nums = ['12710', '13000', '13001', '13406', '13769', '14363', '14364', '14857', '14859', '14899', '16252', '16253']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue36546'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.8 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions