All Projects → resample-project → Resample

resample-project / Resample

Licence: bsd-3-clause
Randomization-based inference in Python

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Resample

Startbootstrap Round About
A Bootstrap HTML template for creating about pages - created by Start Bootstrap
Stars: ✭ 35 (-20.45%)
Mutual labels:  bootstrap
Bootstrap Show Modal
A Bootstrap 4 / jQuery plugin wrapper, to create modals dynamically in JavaScript
Stars: ✭ 38 (-13.64%)
Mutual labels:  bootstrap
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-9.09%)
Mutual labels:  bootstrap
Bootstrap 4 Autocomplete
A simple autocomplete/typeahead for Bootstrap 4 and jQuery
Stars: ✭ 36 (-18.18%)
Mutual labels:  bootstrap
Webpack React
📦 A sample project to demonstrate bundling ES6, React, SASS and Bootstrap with Webpack
Stars: ✭ 36 (-18.18%)
Mutual labels:  bootstrap
Mdb Webpack Starter
Webpack Starter for Material Design for Bootstrap UI Kit based on the latest Bootstrap 5.
Stars: ✭ 39 (-11.36%)
Mutual labels:  bootstrap
Bootstrap Vue Treeview
A treeview component for Bootstrap and Vue.js 2.0+
Stars: ✭ 34 (-22.73%)
Mutual labels:  bootstrap
Ng Bootstrap
Angular powered Bootstrap
Stars: ✭ 7,872 (+17790.91%)
Mutual labels:  bootstrap
Redmine bootstrap kit
A Redmine plugin which makes developing your own Redmine plugin easy ;)
Stars: ✭ 36 (-18.18%)
Mutual labels:  bootstrap
Freelancers Market
Laravel Project to help freelance websites clients and freelancers to find each other.
Stars: ✭ 39 (-11.36%)
Mutual labels:  bootstrap
Adminx
AdminX – a free and open source admin control panel based on Bootstrap 4.x
Stars: ✭ 36 (-18.18%)
Mutual labels:  bootstrap
Qlcommonmark
QuickLook generator for beautifully rendering CommonMark documents on macOS
Stars: ✭ 36 (-18.18%)
Mutual labels:  bootstrap
Ng1bs4
AngularJS with Bootstrap 4
Stars: ✭ 39 (-11.36%)
Mutual labels:  bootstrap
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+2127.27%)
Mutual labels:  bootstrap
Startbootstrap 2 Col Portfolio
A two column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 40 (-9.09%)
Mutual labels:  bootstrap
Vue Ts Ex
Vue2+ + TypeScript2+ example All-in vue typescript example with single file component, hot reload, bootstrap 4, webpack , express server, local storage, vuex , router, pre-compiled templates all out of the box! Using official typescript component `vue-class-component`
Stars: ✭ 35 (-20.45%)
Mutual labels:  bootstrap
Awesome Bootstrap
✨ Awesome - A curated list of amazing Bootstrap tools and themes.
Stars: ✭ 991 (+2152.27%)
Mutual labels:  bootstrap
Gulp Bootlint
A gulp wrapper for Bootlint, the HTML linter for Bootstrap projects.
Stars: ✭ 42 (-4.55%)
Mutual labels:  bootstrap
Bootstrap Navbar
Helpers to generate a Twitter Bootstrap navbar
Stars: ✭ 40 (-9.09%)
Mutual labels:  bootstrap
Gramophone
WordPress, Bootstrap 4 & <3
Stars: ✭ 39 (-11.36%)
Mutual labels:  bootstrap

resample

Description

resample provides a set of tools for performing randomization-based inference in Python, primarily through the use of bootstrapping methods and Monte Carlo permutation tests. Documentation can be found on Read the Docs.

Features

  • Bootstrap samples (ordinary or balanced, both with optional stratification) of arrays with arbitrary dimension
  • Parametric bootstrap samples (Gaussian, Poisson, gamma, etc.) of one-dimensional arrays
  • Bootstrap confidence intervals (percentile or BCa) for any well-defined parameter
  • Jackknife estimates of bias and variance
  • Randomization-based variants of traditional statistical tests (t-test, ANOVA F-test, K-S test, etc.)
  • Tools for working with empirical distributions (cumulative distribution, quantile, and influence functions)

Dependencies

Installation requires numpy and scipy.

Installation

The latest release can be installed from PyPI:

pip install resample

or using conda:

conda install resample -c conda-forge
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].