Name | Downloads | Version | Platforms |
---|---|---|---|
statista is a statistics package
statista
- Statistical Distributions
- GEV
- GUMBEL
- Normal
- Exponential
- Parameter estimation methods
- Lmoments
- ML
- MOM
- One-at-time (O-A-T) Sensitivity analysis.
- Sobol visualization
- Statistical descriptors
- Extreme value analysis
For the full documentation, please visit statista documentation
Installing statista
from the conda-forge
channel can be achieved by:
conda install -c conda-forge statista
It is possible to list all the versions of statista
available on your platform with:
conda search statista --channel conda-forge
to install the last development to time, you can install the library from GitHub
pip install git+https://github.com/MAfarrag/statista
to install the last release, you can use pip
pip install statista==0.6.0
>>> import statista