Show
Ignore:
Timestamp:
02/26/09 13:45:53 (3 years ago)
Author:
pierregm
Message:

* introduced convert_to_annual
* fixed frequency in _extrema
* doc update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/timeseries/scikits/timeseries/doc/source/core.timeseries.conversion.rst

    r2068 r2100  
    5050 
    5151.. warning:: 
    52    Be careful not to confuse the two methods :meth:`asfreq` and :meth:`convert`. 
     52   Be careful not to confuse the two methods :meth:`~TimeSeries.asfreq`  
     53   and :meth:`~TimeSeries.convert`. 
    5354 
    5455   * :meth:`~TimeSeries.asfreq` simply takes every date 
     
    6263     places the data from the original series into appropriate points in the new 
    6364     series. 
     65 
     66 
     67.. autosummary:: 
     68   :toctree: generated/ 
     69 
     70   convert 
     71   scikits.timeseries.extras.convert_to_annual