Not that Iām aware of, but depending on what you want to use it for, a sampler should be easy to implement! If you want to go down the route of copying the R code to create a new Univariate Distribution Iām sure it would be much appreciated by the package maintainers
Thanks. The R library seems to depend on C++ code that is not easy for me, and is GPL-licensed, so maybe itās not a good choice. The Python library is MIT-licensed, but it seems also dependent on C++ and only implements the CDF, if Iām not mistaken. The Matlab library, which is also MIT-licensed, might be another option, I think.
If the Matlab is MIT licensed, Iād definitely go for that! You can also try out the Matlab-to-Julia transpiler to make your job a little bit easier, although do note that itās pretty rough and only gives a āfirst draftā that youāll probably have to edit.
Update for anyone else who might be interested: I have created a separate package for the Generalized chi-squared distribution, since the PR hasnāt been accepted after over a year and a half (although not either rejected, just waiting for some review or decision, it seems to me).