2D distribution fit
This is great work. What about 2D distribution fitting ? Like 2D bi-variate gaussian ?
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?
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.
Hi @erdogant,
No news on multivariate probability density fitting as the OP asked for?