In this repository, I work on converting the gamlss package from R to Python.
Currently, I am still working at the implementation of 2D fitting. Following graph shows the fitting results in gamlss/R:
script here: code
1D fitting of the Box-Cox Power exponential distribution (BCPE) in gamlss/R results in following graph:
script here: code
In python it looks like the following:
script here: code