You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for details on your vine copula fitting and sampling algorithms. For context, I am one of the two developers/maintainers of pyvinecopulib, and I am trying to benchmark our library, both regarding its features (e.g., which parametric families are included) and its performance (time, memory).
However, I have not been able to find a lot of details in the documentation about what exactly e.g. VineCopula("regular").fit(some_df) is doing. Apologies if I haven't looked in the right place.
What I already tried
Reading the documentation
The text was updated successfully, but these errors were encountered:
Problem description
I am looking for details on your vine copula fitting and sampling algorithms. For context, I am one of the two developers/maintainers of pyvinecopulib, and I am trying to benchmark our library, both regarding its features (e.g., which parametric families are included) and its performance (time, memory).
However, I have not been able to find a lot of details in the documentation about what exactly e.g.
VineCopula("regular").fit(some_df)
is doing. Apologies if I haven't looked in the right place.What I already tried
Reading the documentation
The text was updated successfully, but these errors were encountered: