Metadata-Version: 1.1
Name: sdcpy
Version: 0.1.0
Summary: Linear and non-linear Time Series Analysis methods.
Home-page: https://github.com/AlFontal/sdcpy
Author: Alejandro Fontal
Author-email: alejandrofontal92@gmail.com
License: MIT license
Description: ======
        sdcpy
        ======
        
        
        .. image:: https://img.shields.io/pypi/v/sdcpy.svg
                :target: https://pypi.python.com/pypi/sdcpy
        
        .. image:: https://img.shields.io/travis/AlFontal/sdcpy.svg
                :target: https://travis-ci.com/AlFontal/sdcpy
        
        .. image:: https://readthedocs.org/projects/sdcpy/badge/?version=latest
                :target: https://sdcpy.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Scale Dependent Correlation (SDC) analysis [1, 2] in Python.
        
        
        * Free software: MIT license
        * Documentation: https://sdcpy.readthedocs.io.
        
        
        Features
        --------
        
        * `Scale Dependent Correlation`_.
        
        .. _Scale Dependent Correlation: https://github.com/AlFontal/sdcpy/blob/master/sdcpy/scale_dependent_correlation.py
        
        * TO DO
        
        Installation
        -------------
        
        While the package is still not available for instalation via Pypi, you can install it directly from the repo via:
        ::
        
           pip install https://github.com/AlFontal/sdcpy
        
        References
        -----------
        
        1. Rodríguez-Arias, Miquel Àngel, and Xavier Rodó. "A primer on the study of transitory dynamics in ecological series using the scale-dependent correlation analysis." Oecologia 138, no. 4 (2004): 485-504.
        
        2. Rodó, Xavier, and Miquel-Àngel Rodríguez-Arias. "A new method to detect transitory signatures and local time/space variability structures in the climate system: the scale-dependent correlation analysis." Climate Dynamics 27, no. 5 (2006): 441-458.
        
        
        =======
        History
        =======
        
        0.1.0 (2020-10-09)
        ------------------
        
        * First release on PyPI.
        
Keywords: sdcpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
