Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC]: implement a broader range of statistical distributions (tracking issue) #2188

Open
Rejoan-Sardar opened this issue Apr 18, 2024 · 1 comment
Labels
Feature Issue or pull request for adding a new feature. Needs Discussion Needs further discussion. RFC Request for comments. Feature requests and proposed changes. Statistics Issue or pull request related to statistical functionality. Tracking Issue Tracking issue.

Comments

@Rejoan-Sardar
Copy link
Contributor

Rejoan-Sardar commented Apr 18, 2024

Description

This RFC proposes implement large number of probability distributions. The purpose of this issue is to serve as a tracking issue for implement large number of probability distributions.

Probability distributions

Continuous distributions

supported on a bounded interval

  • arcsine
  • ARGUS
  • balding–Nichols
  • bates
  • beta
  • beta rectangular
  • continuous Bernoulli
  • Irwin–Hall
  • Kumaraswamy
  • logit-normal
  • noncentral beta
  • PERT
  • cosine
  • reciprocal
  • triangular
  • U-quadratic
  • uniform
  • Wigner semicircle

supported on a semi-infinite interval

  • benini
  • benktander 1st kind
  • benktander 2nd kind
  • beta prime
  • burr
  • chi
  • chi-squared
  • inverse chi-squared
  • scaled inverse chi-squared
  • dagum
  • davis
  • erlang
  • hyper Erlang
  • exponential
  • hyperexponential
  • hypoexponential
  • exponential-logarithmic
  • F
  • noncentral F-distribution
  • folded normal
  • fréchet
  • gamma
  • generalized gamma
  • inverse-gamma
  • gamma/Gompertz
  • gompertz
  • shifted Gompertz
  • half-logistic
  • half-normal
  • hotelling's T-squared
  • inverse Gaussian
  • generalized inverse Gaussian
  • kolmogorov
  • lévy
  • log-Cauchy
  • log-Laplace
  • log-logistic
  • log-normal
  • log-t
  • lomax
  • matrix-exponential
  • maxwell–Boltzmann
  • maxwell–Jüttner
  • Mittag-Leffler
  • nakagami
  • pareto-type1
  • phase-type
  • poly-Weibull
  • rayleigh
  • relativistic Breit–Wigner
  • rice
  • truncated-normal
  • type-2 Gumbel
  • weibull
  • discrete Weibull
  • wilks's lambda

supported on the whole real line

  • cauchy
  • exponential power
  • fisher's z
  • kaniadakis κ-Gaussian
  • gaussian q
  • generalized normal
  • generalized hyperbolic
  • geometric stable
  • gumbel
  • holtsmark
  • hyperbolic secant
  • Johnson's SU
  • landau
  • laplace
  • asymmetric laplace
  • logistic
  • noncentral t
  • normal
  • normal-inverse Gaussian
  • skew normal
  • slash
  • stable
  • student's t
  • tracy–Widom
  • variance-gamma
  • voigt

with support whose type varies

  • generalized chi-squared
  • generalized extreme value
  • generalized Pareto
  • marchenko–Pastur
  • kaniadakis κ-exponential
  • kaniadakis κ-Gamma
  • kaniadakis κ-Weibull
  • kaniadakis κ-Logistic
  • kaniadakis κ-Erlang
  • q-exponential
  • q-Gaussian
  • q-Weibull
  • shifted log-logistic
  • tukey lambda

Discrete distributions

with finite support

  • benford
  • bernoulli
  • beta-binomial
  • binomial
  • categorical
  • hypergeometric
  • negative hypergeometric
  • poisson binomial
  • rademacher
  • soliton
  • discrete uniform
  • zipf
  • zipf–Mandelbrot

with infinite support

  • beta negative binomial
  • borel
  • conway–Maxwell–Poisson
  • discrete phase-type
  • delaporte
  • extended negative binomial
  • flory–Schulz
  • gauss–Kuzmin
  • geometric
  • logarithmic
  • mixed Poisson
  • negative-binomial
  • panjer
  • parabolic fractal
  • poisson
  • skellam
  • yule–Simon
  • zeta

Mixed distributions

  • rectified Gaussian

Multivariate(joint) distributions

Discrete:

  • ewens
  • multinomial
  • dirichlet multinomial
  • negative multinomial

Continuous:

  • Dirichlet
  • generalized Dirichlet
  • multivariate Laplace
  • multivariate normal
  • multivariate stable
  • multivariate t
  • normal-gamma
  • normal-inverse-gamma

Related Issues

None.

Questions

No.

Other

No.

Checklist

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.
@kgryte kgryte added Needs Discussion Needs further discussion. RFC Request for comments. Feature requests and proposed changes. Statistics Issue or pull request related to statistical functionality. labels Apr 20, 2024
@kgryte
Copy link
Member

kgryte commented Apr 20, 2024

@Rejoan-Sardar Thanks for opening this issue. One question I have is which of the above distributions are included in SciPy? For each of the distributions, it would be good to point to a reference implementation. Julia stats is another possibility.

Another question I have concerns which of the above distributions are feasible given the current functionality available in stdlib. In short, which distributions should we prioritize first? And which have prerequisite functionality which we have not yet added to stdlib?

@kgryte kgryte added Tracking Issue Tracking issue. Feature Issue or pull request for adding a new feature. labels Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issue or pull request for adding a new feature. Needs Discussion Needs further discussion. RFC Request for comments. Feature requests and proposed changes. Statistics Issue or pull request related to statistical functionality. Tracking Issue Tracking issue.
Projects
None yet
Development

No branches or pull requests

2 participants