Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suvoooo/cave-analysis

Time Series Analysis of Cave Data
https://github.com/suvoooo/cave-analysis

Last synced: about 1 month ago
JSON representation

Time Series Analysis of Cave Data

Awesome Lists containing this project

README

        

# Cave-Analysis
Time Series Analysis of Cave Data

### Libraries
- Python `version: 3.7.15`
- Numpy `version: 1.21.6`
- Scipy `version: 1.7.3`
- Pandas `version: 1.3.5`
- Seaborn `version: 0.11.2`
- Matplotlib `version: 3.2.2`
- Statsmodels `version: 0.12.2`

### Getting Started

#### Access Data from Data Folder
- The file is in xlsx format.
- For our analysis purpose we have converted this into dataframe format.
- The steps are described in Cell 3 and 4 of the [Intro Notebook](https://github.com/suvoooo/Cave-Analysis/blob/main/Cave_Analysis_Intro.ipynb).

#### Plots
- All the generalize plots (except core time series analysis) for studying dependencies of various parameters (eg. Dissolved O2 vs Sun Duration) can be easily produced just by following the steps in [Intro Notebook](https://github.com/suvoooo/Cave-Analysis/blob/main/Cave_Analysis_Intro.ipynb).
- For time-series analysis, checking data stability, data preparation for analysis and eventually several parameters for finding time series orders are studied.
- Use the steps freely for your own data and try various other parameters (usually this is done separately for checking parameter dependecy and reducing residuals from fit).