Metadata-Version: 2.1
Name: DaSPi
Version: 0.5.0
Summary: Visualize and analyze your data with DaSPi. This package is designed for users who want to find relevant influencing factors in processes and validate improvements.
Author-Email: =?utf-8?q?Reto_J=C3=A4ggli?= <reto@jaeggli.email>
License: BSD-3-Clause
Requires-Python: >=3.11
Requires-Dist: matplotlib>=3.8.2
Requires-Dist: pandas>=2.1.4
Requires-Dist: statsmodels>=0.14.1
Requires-Dist: scipy>=1.11.4
Requires-Dist: numpy>=1.26.3
Description-Content-Type: text/markdown

# Data analysis, statistics and process improvements (DaSPi)

Visualize and analyze your data with DaSPi. This package is designed for users who want to find relevant influencing factors in processes and validate improvements.
It contains following submodules 
- plotlib: visualizations with Matplotlib
- anova: analysis of variance (ANOVA)
- statistics: statistics, hypothesis test and confidence calculations
- datasets: data for exersices.

The goal of this package is to be easy to use and flexible so that it can be adapted to a wide array of data analysis tasks.
