Timeseries Analysis
Project description
timeseries
A Python library for the interpretation and treatment of time-series data.
pip install va-timeseries
What is it?
A set of methods to process timeseries data.
Main Features
Seasonal Decomposition -> trend -> detrend -> seasonal -> residual -> plot()
Seasonal Adjustment
timeseries.seasonal_pattern (series, period)
timeseries.series_frequencies (series)
timeseries.cycle_periods (series) <- estimate
Trending
timeseries.linear_regression (x, y)
timeseries.henderson (series, window)
timeseries.rolling_average (series, window)
Methods for identifying and describing trends in data.
Control Charts
cc = timeseries.control_chart(series, samples=8)
Predict
// predict (cycles)
Helper Methods
timeseries.fillna (series, filler=0)
timeseries.mean (series)
timeseries.standard_deviation (series)
timeseries.variance (series)
timeseries.matches (series, rule)
timeseries.f_x (series, function)
Dependencies
License
Credits
- Henderson adapted from Mark Graph's Implementation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
va-timeseries-1.0.5.tar.gz
(223.5 kB
view hashes)
Built Distribution
Close
Hashes for va_timeseries-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b55d11314c079312cf61b3303af166331c56483b16a13dc2e099cf720efddf2c |
|
MD5 | f27163d078721dee617dd68f5300fc50 |
|
BLAKE2b-256 | a86781c3c6414bb4f51f52ba35fd2497d11c495525531f43659a1d805a5acdcd |