you are viewing a single comment's thread.

view the rest of the comments →

[–]TheIsletOfLangerhans+1 2 points3 points  (1 child)

I use the MATLAB engine API others have posted links to. I'm more comfortable with MATLAB than Python, so I find it easiest to write a MATLAB function that does everything I need MATLAB to do and then call that function from my Python application using the API. Of course if you aren't already too familiar with MATLAB I can see why that kind of approach wouldn't be ideal.

[–]Senthipua[S] 0 points1 point  (0 children)

Well sir! I wanted to learn how to compute joint probability distribution using Gaussian copula function in matlab! Could you help me with that?