Skip to content

Groups of equal size #129

@oldoc63

Description

@oldoc63
  • Quantiles are usually a set of values that split the data into groups of equal size.
import numpy as np
 
dataset = [5, 10, -20, 42, -9, 10]
ten_percent = np.quantile(dataset, [0.2, 0.4, 0.6, 0.8])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions