All Projects → zalando → Expan

zalando / Expan

Licence: mit
Open-source Python library for statistical analysis of randomised control trials (A/B tests)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Expan

Python For Probability Statistics And Machine Learning
Jupyter Notebooks for Springer book "Python for Probability, Statistics, and Machine Learning"
Stars: ✭ 481 (+74.91%)
Mutual labels:  statistics, statistical-analysis
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-38.55%)
Mutual labels:  statistics, statistical-analysis
Uc Davis Cs Exams Analysis
📈 Regression and Classification with UC Davis student quiz data and exam data
Stars: ✭ 33 (-88%)
Mutual labels:  statistics, statistical-analysis
Git Quick Stats
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
Stars: ✭ 5,139 (+1768.73%)
Mutual labels:  statistics, statistical-analysis
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+912.73%)
Mutual labels:  statistics, statistical-analysis
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (+291.27%)
Mutual labels:  statistics, statistical-analysis
Gitinspector
📊 The statistical analysis tool for git repositories
Stars: ✭ 2,058 (+648.36%)
Mutual labels:  statistics, statistical-analysis
Ee Outliers
Open-source framework to detect outliers in Elasticsearch events
Stars: ✭ 172 (-37.45%)
Mutual labels:  statistics, statistical-analysis
Morpheus Core
The foundational library of the Morpheus data science framework
Stars: ✭ 203 (-26.18%)
Mutual labels:  statistics, statistical-analysis
Scikit Posthocs
Multiple Pairwise Comparisons (Post Hoc) Tests in Python
Stars: ✭ 186 (-32.36%)
Mutual labels:  statistics, statistical-analysis
kitsu-season-trends
🦊 Kitsu seasonal anime trends
Stars: ✭ 13 (-95.27%)
Mutual labels:  statistics, statistical-analysis
Miller
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
Stars: ✭ 4,633 (+1584.73%)
Mutual labels:  statistics, statistical-analysis
growthbook
Open Source Feature Flagging and A/B Testing Platform
Stars: ✭ 2,342 (+751.64%)
Mutual labels:  statistics, ab-testing
NNS
Nonlinear Nonparametric Statistics
Stars: ✭ 26 (-90.55%)
Mutual labels:  statistics
Rbook
Source files for "Learning Statistics with R"
Stars: ✭ 267 (-2.91%)
Mutual labels:  statistics
fairlens
Identify bias and measure fairness of your data
Stars: ✭ 51 (-81.45%)
Mutual labels:  statistics
bigstatsr
R package for statistical tools with big matrices stored on disk.
Stars: ✭ 139 (-49.45%)
Mutual labels:  statistics
Xlearn
High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.
Stars: ✭ 2,968 (+979.27%)
Mutual labels:  statistics
The Elements Of Statistical Learning
My notes and codes (jupyter notebooks) for the "The Elements of Statistical Learning" by Trevor Hastie, Robert Tibshirani and Jerome Friedman
Stars: ✭ 260 (-5.45%)
Mutual labels:  statistics
highdim
Statistics for high-dimensional data (homogeneity, sphericity, independence, spherical uniformity)
Stars: ✭ 16 (-94.18%)
Mutual labels:  statistics

========================== ExpAn: Experiment Analysis

.. image:: https://img.shields.io/travis/zalando/expan.svg :target: https://travis-ci.org/zalando/expan :alt: Build status

.. image:: https://coveralls.io/repos/github/zalando/expan/badge.svg :target: https://coveralls.io/github/zalando/expan :alt: Code coverage

.. image:: https://img.shields.io/pypi/v/expan.svg :target: https://pypi.python.org/pypi/expan :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/status/expan.svg :target: https://pypi.python.org/pypi/expan :alt: Development Status

.. image:: https://img.shields.io/pypi/pyversions/expan.svg :target: https://pypi.python.org/pypi/expan :alt: Python Versions

.. image:: https://img.shields.io/pypi/l/expan.svg :target: https://pypi.python.org/pypi/expan/ :alt: License

.. image:: https://readthedocs.org/projects/expan/badge/?version=latest :target: http://expan.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

A/B tests (a.k.a. Randomized Controlled Trials or Experiments) have been widely applied in different industries to optimize business processes and user experience. ExpAn (Exp\ eriment An\ alysis) is a Python library developed for the statistical analysis of such experiments and to standardise the data structures used.

The data structures and functionality of ExpAn are generic such that they can be used by both data scientists optimizing a user interface and biologists running wet-lab experiments. The library is also standalone and can be imported and used from within other projects and from the command line.

Documentation

The latest stable version is 1.4.0. Please check out our tutorial and documentation <http://expan.readthedocs.io/>__.

Installation

Stable release

To install ExpAn, run this command in your terminal:

.. code-block:: console

$ pip install expan

From sources

The sources for ExpAn can be downloaded from the Github repo_.

You can either clone the public repository:

.. code-block:: console

$ git clone git://github.com/zalando/expan

Or download the tarball_:

.. code-block:: console

$ curl  -OL https://github.com/zalando/expan/tarball/master

Once you have a copy of the source, you can install it with:

.. code-block:: console

$ python setup.py install

.. _Github repo: https://github.com/zalando/expan .. _tarball: https://github.com/zalando/expan/tarball/master

License

The MIT License (MIT)

Copyright © [2016] Zalando SE, https://tech.zalando.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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