Hi folks! I've been more or less active on forum for quite a long time but to tell you the truth, I haven't really used Nim for any "serious" stuff. Now when I started Physical Processes Modeling course as a part of my studies, a friend of my asked me: "Will you use Matlab or Python?". It was quite crazy to answer: "Nim, probably", as was never up-to-date with libs.
So here is my question: what libs would you recommend me so I don't have to write anything and everything from scratch? What I need: * random engines with different distributions * statistics, like, lots of them (I used stats but it's not enough; one of the things I need is autocorrelation and similar things) * plots, including punctual, linear, histograms and maps (preferably with either colors or arrows) * some basic machine learning * some numerical methods helpers I've coded some simple things myself (like Gaussian distribution or autocorrelation; used gnuplot for plotting) but it would be pointless to code it all if it's already available... and if not, it's good to have future users in mind. Curious to see the libs you recommend.