stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: adding new statistical distributions ( tracking issue )

Open vivekmaurya001 opened this issue 6 months ago • 1 comments

Description

This RFC proposes adding new distributions in stdlib which expands the collection of continuous , discrete, and multivariate distributions. This will be a tracking issue for new distributions which can be added

Distribution Checklist

Continuous Distributions

  • [ ] Anglit
  • [ ] Burr
  • [ ] Burr12
  • [ ] Crystalball
  • [ ] Dgamma
  • [ ] Exponorm
  • [ ] Exponweib
  • [ ] Loglaplace
  • [ ] Foldnorm
  • [ ] Genlogistic
  • [ ] Gennorm
  • [ ] Genpareto
  • [ ] GaussHyper
  • [ ] Gengamma
  • [ ] Gibrat
  • [ ] Lomax
  • [ ] Rdist
  • [ ] Halfcauchy
  • [ ] Half-logistic
  • [ ] Half-normal
  • [ ] Hypsecant
  • [ ] Inweibull
  • [ ] JohnsonSB
  • [ ] JohnsonSU
  • [ ] Powerlaw
  • [ ] Wrapcauchy
  • [ ] Moyal
  • [ ] Maxwell
  • [ ] Mielke
  • [ ] Nakagami
  • [ ] Laplace asymmetric
  • [ ] Powernorm
  • [ ] Truncexpo
  • [ ] Skewcauchy
  • [ ] Argus
  • [ ] Dweibull
  • [ ] Exponpow
  • [ ] Fatiguelife
  • [ ] Fisk
  • [ ] Foldcauchy
  • [ ] Powerlognorm
  • [ ] Pearson3
  • [ ] Rice
  • [ ] Vonmises
  • [ ] Tukeylambda
  • [ ] Recipinvgauss
  • [ ] Skewnorm
  • [ ] Genexpon
  • [ ] Gompertz
  • [ ] Halfgenorm
  • [ ] Invgauss
  • [ ] Loggamma
  • [ ] Wald
  • [ ] Trapezoid
  • [ ] Truncnorm
  • [ ] Semicircular
  • [ ] Dpareto
  • [ ] Genextreme
  • [ ] Genhyperbolic
  • [ ] Geninvgauss
  • [ ] Irwinhall
  • [ ] JF_skew_t
  • [ ] Kappa4
  • [ ] Kappa3
  • [ ] Ksone
  • [ ] Kstwo
  • [ ] Landau
  • [ ] NCX2
  • [ ] NCF
  • [ ] NCT
  • [ ] Relbretwinger

Discrete Distributions

  • [ ] Betabinom
  • [ ] Boltzman
  • [ ] Dlaplace
  • [ ] Geom
  • [ ] Loyser
  • [ ] Nbinom
  • [ ] Yulesimon
  • [ ] Zipf
  • [ ] Randint
  • [ ] Zipfian
  • [ ] Nchypergeomfisher
  • [ ] Nchypergeomwallnus
  • [ ] Nhypergeom
  • [ ] Poissonbinom
  • [ ] Skellam

Multivariate Distributions

  • [ ] Multivariate Hypergeometric
  • [ ] Normal Inverse Gamma
  • [ ] Random Table
  • [ ] Multivariate Normal
  • [ ] Matrix Normal
  • [ ] Dirichlet
  • [ ] Dirichlet Multinomial
  • [ ] Wishart
  • [ ] Inverse Wishart
  • [ ] Multinomial
  • [ ] Special Orthogroup
  • [ ] Orthogroup
  • [ ] Random Correlation

Related Issues

Related issues # , # , and # .

Questions

No.

Other

No.

Checklist

  • [x] I have read and understood the Code of Conduct.
  • [x] Searched for existing issues and pull requests.
  • [x] The issue name begins with RFC:.

vivekmaurya001 avatar May 07 '25 14:05 vivekmaurya001