All Projects → nudomarinero → wquantiles

nudomarinero / wquantiles

Licence: MIT License
weighted quantiles with Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to wquantiles

pnumpy
Parallel NumPy seamlessly speeds up NumPy for large arrays (64K+ elements) with no change required to existing code.
Stars: ✭ 45 (+60.71%)
Mutual labels:  numpy
Machine-Learning-in-Python-Workshop
My workshop on machine learning using python language to implement different algorithms
Stars: ✭ 89 (+217.86%)
Mutual labels:  numpy
Numscrypt
A port of a small but relevant part of Numpy to Transcrypt, simplified for the sake of speed
Stars: ✭ 53 (+89.29%)
Mutual labels:  numpy
slam-python
SLAM - Simultaneous localization and mapping using OpenCV and NumPy.
Stars: ✭ 80 (+185.71%)
Mutual labels:  numpy
cnn np
使用numpy构建cnn复习深度学习知识
Stars: ✭ 33 (+17.86%)
Mutual labels:  numpy
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+178.57%)
Mutual labels:  numpy
ai-virtual-mouse
Developed an AI-based system to control the mouse cursor using Python and OpenCV with the real-time camera. Fingertip location is mapped to RGB images to control the mouse cursor.
Stars: ✭ 59 (+110.71%)
Mutual labels:  numpy
ml
经典机器学习算法的极简实现
Stars: ✭ 130 (+364.29%)
Mutual labels:  numpy
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-17.86%)
Mutual labels:  numpy
molml
A library to interface molecules and machine learning.
Stars: ✭ 57 (+103.57%)
Mutual labels:  numpy
shallow-water
Python model solving the shallow water equations (linear momentum, nonlinear continuity)
Stars: ✭ 78 (+178.57%)
Mutual labels:  numpy
jwql
The James Webb Space Telescope Quicklook Application
Stars: ✭ 42 (+50%)
Mutual labels:  numpy
Scipy-Bordeaux-2017
Course taught at the University of Bordeaux in the academic year 2017 for PhD students.
Stars: ✭ 16 (-42.86%)
Mutual labels:  numpy
DIP-In-Python
Play around with Pixel in Python
Stars: ✭ 42 (+50%)
Mutual labels:  numpy
Cat-vs.-Dog-Classifier
Image Classifier with Flask and Keras CNN
Stars: ✭ 27 (-3.57%)
Mutual labels:  numpy
gcf-packs
Library packs for google cloud functions
Stars: ✭ 48 (+71.43%)
Mutual labels:  numpy
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (+125%)
Mutual labels:  numpy
gcpy
Python toolkit for GEOS-Chem.
Stars: ✭ 34 (+21.43%)
Mutual labels:  numpy
samplics
Select, weight and analyze complex sample data
Stars: ✭ 24 (-14.29%)
Mutual labels:  weighting
Python-TensorFlow-WebApp
Emerging Technologies Project - 4th Year 2017
Stars: ✭ 16 (-42.86%)
Mutual labels:  numpy

wquantiles

Build Status DOI Pypi

Weighted quantiles with Python, including weighted median. This library is based on numpy, which is the only dependence.

The main methods are quantile and median. The input of quantile is a numpy array (data), a numpy array of weights of one dimension and the value of the quantile (between 0 and 1) to compute. The weighting is applied along the last axis. The method median is an alias to quantile(data, weights, 0.5).

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