Fast implementation of numerical functions using Numba
Project description
Optimized numerical computation using Continuum’s Numba. Intended as a drop-in replacement for numerical functions in numpy, scipy, or builtins. Provides strong performance boosts.
Inputs use numpy arrays, not lists. Rough/early release - Open to suggestions and bug reports.
Included functions
sum: Similar to builtin sum, or numpy.sum
mean: Similar to numpy.mean
var: Variance test, similar to numpy.var
cov: Covariance estimation, similar to numpy.cov
std: Standard deviation, similar to numpy.std
corr: Pearson correlation test, similar to scipy.stats.pearsonr
bisect: Similar to standard library bisect.bisect
bisect_left: Similar to standard library builtin.bisect_left
interp: Linear interpoliation, similar to numpy.interp. x is an array.
interp_one: Linear interpolation, similar to numpy.interp. x is a single value.
detrend: Similar to scipy.signal.detrend. Linear or constant trend.
ols: Simple Ordinary Least Squares regression for two data sets.
ols_single: Simple Ordinary Least Squares regression for one data set.
lin_resids: Residuals calculation from a linear regression with two data sets
lin_resids_single: Residuals calculation from a linear regression with one data set.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file brisk-0.1.tar.gz
.
File metadata
- Download URL: brisk-0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d03e7ac42cd7bfdf3660d3127d004ab07e5ed69c5dc2a4a40e7853bb58ac48c |
|
MD5 | 872a7d6724a732dc437e85b6e356ee88 |
|
BLAKE2b-256 | 50ad2f249c787e8d038d15dfcc018d19e6a6ef81856f58cf1d5de5fe2bd1aabe |
File details
Details for the file brisk-0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: brisk-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fae361f3a2fd1675ae2b36eef8c700d355a0809384f30e96b51199ead74841f0 |
|
MD5 | a4a53be6797df21116f32f83fbe5d009 |
|
BLAKE2b-256 | 2a30b0b891a599e0c35a544568dd6d0b1ef3447a624341722707acb971b6eb2e |