I'm looking to fit a bivariate Weibull distribution to my observations. I'm considering writing this myself but before starting I just want to check if anyone has come across a r-package including this functionality or similar.
I'm considering using the method proposed in this paper to estimate the parameters in the density function using maximum likelihood estimation: http://doi.org/10.18187/pjsor.v5i2.120
I'm already using the fitdistrplus
package for univariate Weibull distribution fitting, but this only shows the marginal cases for a joint distribution. My observations include likely correlated data for two separate variables. The marginal distributions follow Weibull shapes though, which is why I feel confident that a bivariate Weibull distribution would be applicable.