Metadata-Version: 2.4
Name: SaduStatistics
Version: 0.0.2
Summary: Subset Package of Basic-Level Statistics.
Author-email: SaduPostMagazine <sadupostrivista@gmail.com>
License-Expression: MIT
Project-URL: docker, https://hub.docker.com/r/sadupostmagazine/sadu-post-quantum-oscillators.py
Project-URL: magazine, https://sadumagazine.byethost31.com/SSS3.html?i=1
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

#HOW TO USE(SYNTAX):
import SaduStatistics as SS
from SaduStatistics import CentralTendency
from SaduStatistics import VarianceMeasures
from SaduStatistics import InferentialStatistics


#SECOND INSTALL REQUIREMENTS(LIBRARIES):
1. matplotlib
2. math
3. scipy
4. sklearn
5. numpy


