7
votes
3answers
2k views

Ruby as a statistics workbench

This is also a question that relates very much to Python as a statistics workbench and excel as a statistics workbench. I know there is a huge discussion about Ruby versus Python but this is not the ...
0
votes
0answers
201 views

Help choosing the optimal time series analysis package

I am developing an app for time series analysis that should support the following: Exponential Smoothing (Holt-Winters) Box-Jenkins curve fitting (straight line, quadratic, exponential, growth) ...
8
votes
4answers
1k views

What programming language do you recommend to prototype a machine learning problem?

Currently working in Octave, but due to the poor documentation progress is very slow. What language is easy to learn and use, and well documented to solve machine learning problems? I am looking to ...