xi2pi / gamlss

In this repo, I work on the implementation of the R\gamlss package in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gamlss

In this repository, I work on converting the gamlss package from R to Python.

LMS Method by Cole

LMS Method

code

2D fitting

Currently, I am still working at the implementation of 2D fitting. Following graph shows the fitting results in gamlss/R:

gamlss 2D

script here: code

1D fitting

1D fitting of the Box-Cox Power exponential distribution (BCPE) in gamlss/R results in following graph:

gamlss 1D

script here: code

In python it looks like the following:

python 1D

script here: code

About

In this repo, I work on the implementation of the R\gamlss package in Python.

License:MIT License


Languages

Language:Python 97.2%Language:R 2.8%