Replies: 2 comments 5 replies
-
Hi Irnv, I recently learned about copulas because I'd like to use them to generate some synthetic data. Of particular interest would be Vine copulas. That's how I found this package, which doesn't support them yet. However, I found this Which apparently has a nice implementation. Again, I've just learned about copulas, so I don't know how much use I can be, but I may be able to help. |
Beta Was this translation helpful? Give feedback.
-
Yes sorry, the current version is vinecopulib. This would be the "source" from wich we leverages algorithms and functionalities if we end up implementing vines someday. Basically, this will imply:
|
Beta Was this translation helpful? Give feedback.
-
This roadmap was on the readme i moved it here to not lose it
Future developpements Roadmap
Next:
fit(dist,data; method="MLE")
orfit(dist,data; method="itau")
orfit(dist,data; method="irho")
.Maybe later:
NestedArchimedean
, with automatic checking of nesting conditions for generators.Vines
?Archimax
?BernsteinCopula
andBetaCopula
could also be implemented.PatchworkCopula
andCheckerboardCopula
: could be nice things to have :)Beta Was this translation helpful? Give feedback.
All reactions