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

Fix type parameters of each copula consistently #45

Closed
lrnv opened this issue Oct 28, 2023 · 1 comment
Closed

Fix type parameters of each copula consistently #45

lrnv opened this issue Oct 28, 2023 · 1 comment

Comments

@lrnv
Copy link
Owner

lrnv commented Oct 28, 2023

For the moment type parameters of copulas are whatever.

It would be very nice to have at least, on every copula :

  • its dimension d
  • the types of values of generates (Float64, BigFloat, etc... as T

The mothertype could become Copula{d,T} instead of Copula{d} that is is right now.

@lrnv
Copy link
Owner Author

lrnv commented Nov 8, 2023

This is basically the case now, so closing

@lrnv lrnv closed this as completed Nov 8, 2023
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