Re: Class for Time Series Data
From: sdhyok (sdhyok_at_yahoo.com)
Date: 02/20/04
- Next message: sdhyok: "Re: Class for Time Series Data"
- Previous message: Lonnie Princehouse: "Re: eval ?"
- In reply to: beliavsky_at_aol.com: "Re: Class for Time Series Data"
- Next in thread: selwyn: "Re: Class for Time Series Data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Feb 2004 10:24:32 -0800
Not only for ad-hoc calculations.
I am looking for some serious works for time series data,
like ts class in R.
Daehyok
beliavsky@aol.com wrote in message news:<3064b51d.0402200801.6e58c34b@posting.google.com>...
> sdhyok@yahoo.com (sdhyok) wrote in message news:<420ced91.0402191804.49a5d91f@posting.google.com>...
> > Hi, I am trying to build up a system handling time series data a lot.
> > Do you know any well-designed python class specially for time series data?
> > Thanks in advance.
> >
> > Shin, Daehyok
>
> I use a 1-D Numeric array to store the data of a time series. What is
> missing in the Numeric array that you want? It is easy to write Python
> functions to compute things like the autocorrelation function or the
> coefficients of an autoregressive model, using the features of Numeric
> and the accompanying LinearAlgebra module, which can fit regressions
> via least squares.
- Next message: sdhyok: "Re: Class for Time Series Data"
- Previous message: Lonnie Princehouse: "Re: eval ?"
- In reply to: beliavsky_at_aol.com: "Re: Class for Time Series Data"
- Next in thread: selwyn: "Re: Class for Time Series Data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|