tnagler / VineCopula

Statistical inference of vine copulas
87 stars 33 forks source link

Stability-speed in bicop estimation and vine selection #74

Closed oezgesahin closed 3 years ago

oezgesahin commented 3 years ago

Hello,

The current lower/upper bounds for bivariate copula families' parameters are too low/high in the mle approach. While doing/using successive optimization to find bicop parameters, they are creating numerical instabilities:

RVineSeqEst loops over all trees without considering a truncation level or fit of independence copula in high tree levels:

tnagler commented 3 years ago

Thanks!

I notice that you're changing the parameter bounds also for other copula families. The bounds in rvinecopulib are expected to be a bit different simply because the implementation is a bit different. I don't mind changing the bounds in VineCopula if there's a good reason. So if you experienced problems with all these bounds, all god. If not, please only change the bounds that caused proiblems for your.

In any case, the bounds need also to be changed in BicopCheck().

oezgesahin commented 3 years ago

Thanks for all explanations!

Yes, I needed to implement all these bounds not to have any numerical problems in some analyses. These include changes in bounds of Clayton, Gumbel, Frank, Joe and their possible survival extensions.

If you agree, I can try to change the bounds in BiCopCheck() accordingly or?

tnagler commented 3 years ago

OK great, just want to make sure we're not introducing unnecessary restrictions. Just change the bounds in BiCopCheck() then and we're good to go.