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

Empirical copula #334

Open
adrmarty opened this issue Nov 30, 2022 · 0 comments
Open

Empirical copula #334

adrmarty opened this issue Nov 30, 2022 · 0 comments
Labels
feature request Request for a new feature under discussion Issue is currently being discussed

Comments

@adrmarty
Copy link

Problem Description

I'd like to use empirical copulas

Expected behavior

from copulas.multivariate import Empirical
from copulas.datasets import sample_trivariate_xyz

real_data = sample_trivariate_xyz()
copula = Empirical()
copula.fit(real_data)

Additional context

The cdf and pdf will be empirical aswell.
Maybe add this feature for bivariate copulas only?

@adrmarty adrmarty added feature request Request for a new feature under discussion Issue is currently being discussed labels Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature under discussion Issue is currently being discussed
Projects
None yet
Development

No branches or pull requests

1 participant