Python package for time series analysis.
Project description
astsa
astsa is a Python package designed for applied statistical time series analysis, accompanying the Springer text, "Time Series Analysis and Its Applications: With R Examples (5th Edition, 2025)". This package serves as a Python counterpart to the astsa R package, providing tools for time series analysis and data manipulation for Python users.
Overview
The astsa Python package includes:
-
CSV data files: These files are converted from the original R
.rdafiles in theastsaR package. The data files are in a more general format (CSV), making them easier to use in Python-based environments for time series analysis. -
Utility functions: Useful Python functions for time series analysis, including utilities for processing and analyzing time series data. These functions are designed to help you apply statistical methods to your time series data in a straightforward manner.
Installation
You can install astsa using pip:
pip install astsa
Alternatively, you can install directly from the GitHub repository:
pip install git+https://github.com/shishitao/astsa.git
Usage
Once installed, you can start using astsa by importing the package and loading the relevant data and functions for your analysis:
import astsa
# Example usage of loading the Johnson and Johnson quarterly earnings data
df = astsa.load_jj()
For detailed examples and documentation, please refer to the files in the repository.
License
This project is licensed under the terms of the GNU General Public License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file astsa-0.1.tar.gz.
File metadata
- Download URL: astsa-0.1.tar.gz
- Upload date:
- Size: 797.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db142f7fd4103e83d18f3bd62ef8b6ffba9fb097867c7615223c4570c77b7f00
|
|
| MD5 |
e29f4ff76937e9e8f59ee3454672f618
|
|
| BLAKE2b-256 |
93c4485d4ffececb578bd3e4e199ded5d1f01f5420a20716193898aa3ce318a2
|
File details
Details for the file astsa-0.1-py3-none-any.whl.
File metadata
- Download URL: astsa-0.1-py3-none-any.whl
- Upload date:
- Size: 800.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a3d4b371c5334af324a90fd404c4b406bd7a3356ec4a4a8470c8ab6d5cba349
|
|
| MD5 |
c806744893552a8160f05880ad73526a
|
|
| BLAKE2b-256 |
85de4d99a3bd978d0b70f4f6dddd669458c94a465e750b23ba42ff3f6871e29a
|