This package provides some subpackages containing classes and functions to analyze time series data.
"time_series_analysis" package contains four main classes
-
data_reader.py: Contains DataReader class that reads in a time series data from a flat file Data should be in multiple rows per time step data could contain 1 or more columns that evolves in time
-
data_analysis.py: Contains DataAnalysis class that inherits reader from DataReader Contains functions to compute mean, standard deviation, Contains function to plot time tracy along any dimension
-
convergence_analysis.py: Contains function to test convergence using samples along time to test if mean vary Can test convergence along one or all dimensions
-
auto_correlation.py: Contains AutoCorrelation class that inherits DataReader Computes autocorrelation along one or several dimension and reports correlation along time
=======================================================================================================
"test" package Contains unit test of the above classes
For example these tests could be run as follows: python -m unittest test.test_data_reader.py
=======================================================================================================
"example" package: contains worked out examples
"example.py" demonstrates how to perform autocorrelation using this tool on a n*m time series data where, "n" are samples observed in time and "m" is the dimension of the data the code handles 1 to "n" higher dimensional data
=======================================================================================================
To install the package:
pip install Time-Series-DataAnalysis-Tool==0.1.9.3
Release files for Time-Series-DataAnalysis-Tool 0.1.9.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Time_Series_DataAnalysis_Tool-0.1.9.3.tar.gz | 8.0 kB | Details |
Release files / Time_Series_DataAnalysis_Tool-0.1.9.3.tar.gz
| Download URL | Time_Series_DataAnalysis_Tool-0.1.9.3.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d35c31c36a5d92c22dafac90badd5aa51c48a2ff03e2d7e57615f5e62be453b9
|
|
BLAKE2b-256 checksum How to use checksums |
75690afcb845f07b6a68e0825932010e91442dcc96ca2a9d3cc5282504f0f904
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
|