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

Gaussian Mixture Copula Model gives wrong sampling #53

Open
WindIsFeng opened this issue Apr 17, 2023 · 0 comments
Open

Gaussian Mixture Copula Model gives wrong sampling #53

WindIsFeng opened this issue Apr 17, 2023 · 0 comments

Comments

@WindIsFeng
Copy link

WindIsFeng commented Apr 17, 2023

I am using class GaussianMixtureCopula to fit my data:
gmc = GaussianMixtureCopula(6, 2).fit(X) and this model performs well,
but when I try to generate some samples from the fitted model (gmc.random(2000)),
it only produces random numbers between 0 and 1.
I tried to figure out the reason but failed. Could you please fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant