Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josesho/bootstrap_contrast

Python module to produce bootstrapped confidence intervals and effect sizes.
https://github.com/josesho/bootstrap_contrast

bootstrapping-statistics matplotlib numpy pandas python seaborn statistics

Last synced: 3 months ago
JSON representation

Python module to produce bootstrapped confidence intervals and effect sizes.

Awesome Lists containing this project

README

        

# bootstrap-contrast [![Build Status](https://travis-ci.org/josesho/bootstrap_contrast.svg?branch=master)](https://travis-ci.org/josesho/bootstrap_contrast)

## THIS PACKAGE HAS BEEN DEPRECATED (JANUARY 2018)

Please use the [DABEST-python](https://github.com/ACCLAB/DABEST-python) package instead. __`bootstrap-contrast` will no longer be supported.__

## About

Python module to produced bootstrapped confidence intervals and effect sizes.

Python 3.6 is strongly recommended, although this has been tested with Python 2.7 and Python 3.5.

In addition, the following packages are also required: matplotlib (2.0.2), seaborn (0.8), numpy (1.13.1), scipy (0.19.1), and pandas (0.20.3). To obtain these package dependencies easily, it is highly recommended to download the Anaconda distribution of Python from [https://www.continuum.io/downloads](https://www.continuum.io/downloads).

## Installation

You can install this package via `pip` or `conda`. Thus, you can run either

```
pip install --upgrade bootstrap_contrast
```
or

```
conda config --add channels conda-forge
conda install bootstrap_contrast
```

## Usage

Please refer to the [tutorial](https://github.com/josesho/bootstrap_contrast/blob/master/bootstrap-contrast_tutorial.ipynb).