distfit icon indicating copy to clipboard operation
distfit copied to clipboard

2D distribution fit

Open arita37 opened this issue 6 years ago • 3 comments

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

arita37 avatar Jan 23 '20 23:01 arita37

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?

erdogant avatar Jan 24 '20 21:01 erdogant

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 [email protected] 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.

arita37 avatar Jan 25 '20 05:01 arita37

Hi @erdogant,

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

DiTo97 avatar Feb 06 '23 10:02 DiTo97