Skip to content

Serapieum-of-alex/statista

Repository files navigation

Python Versions License: GPL v3 pre-commit Language grade: Python Total alerts

codecov GitHub last commit GitHub forks GitHub Repo stars

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Downloads Downloads Downloads PyPI - Downloads Conda Version PyPI version Anaconda-Server Badge Conda Platforms Join the chat at https://gitter.im/Hapi-Nile/Hapi

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.5.0

Quick start

  >>> import statista

other code samples