Copulas icon indicating copy to clipboard operation
Copulas copied to clipboard

Using any univariate distribution from scipy

Open npatki opened this issue 1 year ago • 1 comments

Problem Description

The copulas univariate package contains 8 different distribution types to choose from. However, the underlying data science library scipy contains a larger variety of univariate distributions.

Is there a way we can seamlessly integrate any available scipy distribution with the copulas package? This would give me more flexibility when modeling my data.

For example when using the multivariate Gaussian Copula, I may want to try using a Weibull distribution instead of any of the selected ones.

Related Issues

There are a number of issues already where users have been requesting different distributions be added:

  • #217 (Weibull)
  • #193 (Hyper Laplace)
  • (From Slack) Requests for Poisson and Negative Binomial distributions

npatki avatar Aug 10 '23 14:08 npatki

Related (duplicate) issue: #204

npatki avatar Aug 10 '23 14:08 npatki