Skip to content

How to use this package? #1

@xiaodaigh

Description

@xiaodaigh

So I got a bunch of values that I want to tdigest. In R I just do

set.seed(1)
x = rchisq(10000, 5)
xt = tdigest(x, 10)

how do I do the same using your package? An example would be nice

using Distributions
x = rand(Chi(5), 10_000)
xt = ???

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