Skip to main content

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.

Numba website

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brisk-0.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brisk-0.1-py2.py3-none-any.whl (5.8 kB view details)

Uploaded Python 2Python 3

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

Hashes for brisk-0.1.tar.gz
Algorithm Hash digest
SHA256 7d03e7ac42cd7bfdf3660d3127d004ab07e5ed69c5dc2a4a40e7853bb58ac48c
MD5 872a7d6724a732dc437e85b6e356ee88
BLAKE2b-256 50ad2f249c787e8d038d15dfcc018d19e6a6ef81856f58cf1d5de5fe2bd1aabe

See more details on using hashes here.

File details

Details for the file brisk-0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for brisk-0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fae361f3a2fd1675ae2b36eef8c700d355a0809384f30e96b51199ead74841f0
MD5 a4a53be6797df21116f32f83fbe5d009
BLAKE2b-256 2a30b0b891a599e0c35a544568dd6d0b1ef3447a624341722707acb971b6eb2e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page