sdv-dev / Copulas

A library to model multivariate data using copulas.

Home Page:https://sdv.dev/Copulas/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using any univariate distribution from scipy

npatki opened this issue · 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

Related (duplicate) issue: #204