Skip to content

Implement (Non-central) Distributions in Rust #24

@storopoli

Description

@storopoli

If we implement the (non-central) distributions in Rust, we can drop the nmath C library and emscripten as dependencies.

What we need:

  • Distributions with cdf (and hence the pdf is included) and quantile functions:
    • Non-central $\chi^2$
    • Non-central $F$
    • Non-central $t$
    • $z$ (Standard Normal)
    • Binomial (for some exact tests)

Alternatives:

  • Make a PR to statsrs it is dead.
  • Implement our own in a lib sub-crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions