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

Allow creating copula classes directly #117

Closed
JDTheRipperPC opened this issue Dec 23, 2019 · 0 comments · Fixed by #119
Closed

Allow creating copula classes directly #117

JDTheRipperPC opened this issue Dec 23, 2019 · 0 comments · Fixed by #119
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@JDTheRipperPC
Copy link
Collaborator

Remake the Bivariate __new__ method to allow creating a copula by directly using the subclass:

>>> from copulas.bivariate import Bivariate, Frank
>>> frank1 = Bivariate(Frank.copula_type)
>>> frank2 = Frank()
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants