MESMER-group / mesmer

spatially-resolved ESM-specific multi-scenario initial-condition ensemble emulator
https://mesmer-emulator.readthedocs.io/en/latest/
GNU General Public License v3.0
23 stars 17 forks source link

check pykelihood package #292

Open mathause opened 1 year ago

mathause commented 1 year ago

@yquilcaille found "OpheliaMiralles/pykelihood: package useful for likelihood-based inference". Which can "add trends of different forms in the parameters of any distribution". This could be very interesting to base Yann's approach on. It is also similar to my "distributions with covariates" package (dist_cov).

yquilcaille commented 1 year ago

Regarding dist_cov, the initial code i'm using is based on a former that @mathause provided me ~2 years ago. Since then, I added more distributions, expressions (polynom n, sigmoids), possibility to fit the logit instead and especially, improved the stability of the first guess. Thus, same core, but more complexity and i expect somewhat slower.

Regarding pykelihood, I had checked with dummy data in different situations, and my take is that:

I will try to take the time to refactor a bit the MESMER-X code before putting the branch on the github, so that we can compare :)