On Fri, Jun 27, 2008 at 10:58:33AM +0200, Alfredo Alessandrini wrote:
> What's the better method or working (I'm a beginner of python and R):
> - Numpy
> - Bash shell + R
> - Rpy + R
> - Other possibilities??
numpy + scipy.stats and when you need more Rpy, but I like to keep it to
a minimum.
Gaƫ
I must analyse many data (about 2000 historical series of two variables).
This data are organized in matrix.
I must calculate some simple statistical analysis, and I must write a
script for to automate the processing.
I've a simple question:
What's the better method or working (I'm a beginner o