-
Notifications
You must be signed in to change notification settings - Fork 320
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
Issue 68: Add support for Vine Copulas as a Modeler, different distributions for Gaussian Copula. #80
Conversation
…t/SDV into 68_modeler_parameter_not_used
@ManuelAlvarezC can you edit the PR title to be a bit clearer about what's in it? This is just to have a clearer history about what went in the PRs in the future, as I feel that the parameter not being used is the least important things of the ones included. Also, this PR includes no changes in the README. Are all the code changes 100% compatible with the code snippets and examples from the README, or perhaps we should update them as well? |
@csala The title has been updated, and the snippets from the README checked. |
Drop Python3.5
copulas.multivariate.GaussianMultivariate
asmodel
.copulas.multivariate.VineCopula
asmodel
.This issue resolves #68 and also resolves #71