Metadata-Version: 2.1
Name: simple_ts
Version: 0.9
Summary: A simple time series analysis package
Author: Alisson Louly
Description-Content-Type: text/markdown


                        simple\_ts package

    **Installation**

    pip install simple\_ts

    **Quick Start**
    ```
    simple\_ts(x, plot=False)
    ```

    A simple package for analyze and check time series stationarity.

    *Parameters*

    *x:* array\_like

    The time series data.

    *plot:* bool, default False

    if true, plots the decomposition of the time series.

    *Returns*

    - original plot, trend plot, seasonal plot and resid plot for the time series: (optional)
    - summary of Augmented Dickey-Fuller unit root test.
    - summary of Kwiatkowski-Phillips-Schmidt-Shin test for stationarity.
    - best ARIMA model for the time series
