All Projects → kikocorreoso → Scikit Extremes

kikocorreoso / Scikit Extremes

Licence: mit
scikit-extremes is a basic statistical package to perform univariate extreme value calculations using Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Scikit Extremes

Introductiontostats
http://tinyurl.com/cruk-stats
Stars: ✭ 22 (-29.03%)
Mutual labels:  statistics
Homer
HOMER - 100% Open-Source SIP / VoIP Packet Capture & Monitoring
Stars: ✭ 855 (+2658.06%)
Mutual labels:  statistics
Facsimile
Facsimile Simulation Library
Stars: ✭ 20 (-35.48%)
Mutual labels:  statistics
Looper
A resource list for causality in statistics, data science and physics
Stars: ✭ 23 (-25.81%)
Mutual labels:  statistics
Probtopdf
Turn online textbook into Exam-friendly, offline, searchable PDF
Stars: ✭ 27 (-12.9%)
Mutual labels:  statistics
Github Repo Size
🚀 Chrome extension to display repository size on GitHub
Stars: ✭ 859 (+2670.97%)
Mutual labels:  statistics
Aibootcamp 2019
AI bootcamp 2019 materials.
Stars: ✭ 18 (-41.94%)
Mutual labels:  statistics
Asterisk Cdr Viewer
Simple and fast viewer for asterisk CDRs / recordings
Stars: ✭ 29 (-6.45%)
Mutual labels:  statistics
Dominhhai.github.io
My Blog
Stars: ✭ 8 (-74.19%)
Mutual labels:  statistics
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+26767.74%)
Mutual labels:  statistics
Blogr
Scripts + data to recreate analyses published on http://benjaminlmoore.wordpress.com and http://blm.io
Stars: ✭ 23 (-25.81%)
Mutual labels:  statistics
Socrat
A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization
Stars: ✭ 26 (-16.13%)
Mutual labels:  statistics
Hotcold
Smart touch typing learning with instant key glow indications, live statistics, live graphs and dynamic course creation.
Stars: ✭ 12 (-61.29%)
Mutual labels:  statistics
Owl
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
Stars: ✭ 919 (+2864.52%)
Mutual labels:  statistics
Pystan2
PyStan, the Python interface to Stan
Stars: ✭ 915 (+2851.61%)
Mutual labels:  statistics
Tidyreg
🎓 Tidy regression tools for academics
Stars: ✭ 19 (-38.71%)
Mutual labels:  statistics
Dramaanalysis
An R package for analysis of dramatic texts
Stars: ✭ 10 (-67.74%)
Mutual labels:  statistics
Regexanalyzer
Regular Expression Analyzer and Composer for Node.js / XPCOM / Browser Javascript, PHP, Python
Stars: ✭ 29 (-6.45%)
Mutual labels:  statistics
Census Data Aggregator
Combine U.S. census data responsibly
Stars: ✭ 28 (-9.68%)
Mutual labels:  statistics
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+30445.16%)
Mutual labels:  statistics

scikit-extremes

Basic statistical package to perform univariate extreme value calculations using Python

Docs

Documentation can be found here.

Installation

To install the package you can follow the next steps:

# lmoments has not been updated in a while so we use the master 
# (see https://github.com/OpenHydrology/lmoments3/issues/8)
pip install git+https://github.com/OpenHydrology/lmoments3.git

git clone https://github.com/kikocorreoso/scikit-extremes.git

cd scikit-extremes

pip install -e .

Dependencies

  • Python >= 3.6
  • Numpy
  • Scipy >= 1.0
  • Matplotlib
  • NumDiffTools >= 0.9.20
  • lmoments3

WIP

This is work in progress and at its current state only some models can be used:

Gumbel.

Generalised Extreme Value (GEV).

Other functionality related mainly with the wind industry.

To-Do

Add GPD.

Add Bayesian inference.

Point process?

Improve matplotlib figures.

Add pandas as a dependency to work with dates.

Add Mean Residual Life Plot.

Add statistical tests.

Issues

In case you find a bug, please, open an issue. You can also use the issues to propose more features or enhancements.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].