| Home | Trees | Index | Help |
|---|
| Package esys :: Package escript :: Module timeseries :: Class TimeSeriesDiv |
|
TimeSeriesBase --+
|
TimeSeriesBaseDataset --+
|
TimeSeriesBase --+ |
| |
TimeSeriesControlerView --+
|
TimeSeries --+
|
TimeSeriesBase --+ |
| |
TimeSeriesControlerView --+ |
| |
TimeSeriesOperator --+
|
TimeSeriesFilter --+
|
TimeSeriesDiv
| Method Summary | |
|---|---|
__init__(self,
time_serie_1,
time_serie_2)
| |
appends zeros to the dataset. | |
| Inherited from TimeSeries | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
returns the TimeSeriesBaseDataset of the time series | |
| Inherited from TimeSeriesBaseDataset | |
returns the datum index | |
needed to handle negative indexing in slicing | |
appends data to the buffer. | |
return the buffer referenced by the TimeSeriesBaseDataset | |
returns the size of the buffer (to be overwritten by subclass) | |
returns the identification number of the first avaiable datum (may be overwritten by subclass) | |
returns the identification number of the first datum (may be overwritten by subclass) | |
returns the identification number of the last datum in the data set (may be overwritten by subclass) | |
returns the identification number of the last datum which has been unused by all TimeSeries refering to the TimeSeriesBaseDataset (may be overwritten by subclass) | |
returns the number of components of the data (may be overwritten by subclass) | |
returns the number of data (not all of them are accessible) | |
return the offset when referring to dataset elements | |
returns the offset to access elements in getBaseBuffer() (may be overwritten by subclass) | |
returns true if no data are appeneded to buffer | |
returns True if the buffer will be full after num_new_data have been appended (to be overwritten by subclass) | |
updates the identification number of the last unused datum (to be overwritten by subclass) | |
| Inherited from TimeSeriesOperator | |
| |
calls the update method with all the maximum processable range. | |
returns the dataset of in the argument with index index | |
returns the list of arguments or, index is present, the argument with index index. | |
returns the Controler updating the TimeSeriesOperator | |
returns the left wing size | |
returns the right wing size | |
| Inherited from TimeSeriesControlerView | |
| |
| |
| Inherited from TimeSeriesBase | |
| |
returns true if debug mode is on | |
sets debug mode to flag | |
switch off degugging mode | |
switch on degugging mode | |
| |
| Method Details |
|---|
update(self, start, end)appends zeros to the dataset. This method should be overwritten by a particular TimeSeriesFilter
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:12 2006 | http://epydoc.sf.net |