statistics package
Project description
Current release info
Name | Downloads | Version | Platforms |
---|---|---|---|
statista - Statistics package
statista is a statistics package
statista
Main Features
- Statistical Distributions
- GEV
- GUMBL
- Normal
- Exponential
- Parameter estimation methods
- Lmoments
- ML
- MOM
- One-at-time (O-A-T) Sensitivity analysis.
- Sobol visualization
- Statistical descriptors
- Extreme value analysis
Installing statista
Installing statista
from the conda-forge
channel can be achieved by:
conda install -c conda-forge statista
It is possible to list all of the versions of statista
available on your platform with:
conda search statista --channel conda-forge
Install from Github
to install the last development to time you can install the library from github
pip install git+https://github.com/MAfarrag/statista
pip
to install the last release you can easly use pip
pip install statista==0.4.0
Quick start
>>> import statista
======= History
0.1.0 (2022-05-24)
- First release on PyPI.
0.1.7 (2022-12-26)
- lock numpy to version 1.23.5
0.1.8 (2023-01-31)
- bump up versions
0.2.0 (2023-02-08)
- add eva (Extreme value analysis) module
- fix bug in obtaining distribution parameters using optimization method
0.3.0 (2023-02-19)
- add documentations for both GEV and gumbel distributions.
- add lmoment parameter estimation method for all distributions.
- add exponential and normal distributions
- modify the pdf, cdf, and probability plot plots
- create separate plot and confidence_interval modules.
0.4.0 (2023-011-23)
- add Pearson 3 distribution
- Use setup.py instead of pyproject.toml.
- Correct pearson correlation coefficient and add documentation .
- replace the pdf and cdf by the methods from scipy package.
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
statista-0.4.0.tar.gz
(44.5 kB
view details)
Built Distribution
statista-0.4.0-py3-none-any.whl
(44.0 kB
view details)
File details
Details for the file statista-0.4.0.tar.gz
.
File metadata
- Download URL: statista-0.4.0.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f4decf96390fcab495934c5f513b036a12af956a0ebb4e7c60e1e12001478b43
|
|
MD5 |
d2f0ba4979151ab8c1ea215566232ea3
|
|
BLAKE2b-256 |
b68f0b9cbb4700ccdd792452a34b17f03f62e839d5f0ca465ddf42e63b73b1e6
|
File details
Details for the file statista-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: statista-0.4.0-py3-none-any.whl
- Upload date:
- Size: 44.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fecb777deee4b87767354e0eac69d034286b0d6ce6cf926c7ac6a18f4b6b1959
|
|
MD5 |
31ea306842851638fe19c6203006c29a
|
|
BLAKE2b-256 |
50ebe69cf75849066b119a6e41057ec779c32c078a0d287a4094d32bcb6c8a3f
|