erdogant / distfit

distfit is a python library for probability density fitting.
https://erdogant.github.io/distfit
Other
359 stars 25 forks source link

2D distribution fit #1

Open arita37 opened 4 years ago

arita37 commented 4 years ago

This is great work. What about 2D distribution fitting ? Like 2D bi-variate gaussian ?

erdogant commented 4 years ago

Thanks! I just refactored the code to make it more readable. 2D fitting sounds interesting and challenging. Can you point to some papers or something else with an application for this?

arita37 commented 4 years ago

For example this:

https://stackoverflow.com/questions/27230824/fit-multivariate-gaussian-distribution-to-a-given-dataset

There is a lot of literature on this.

On Jan 25, 2020, at 6:45, Erdogan Taskesen notifications@github.com wrote:

 Thanks! I just refactored the code to make it more readable. 2D fitting sounds interesting and challenging. Can you point to some papers or something else with an application for this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

DiTo97 commented 1 year ago

Hi @erdogant,

No news on multivariate probability density fitting as the OP asked for?