Numba-accelerated implementations of common probability distributions
Project description
numba-stats
We provide numba-accelerated implementations of statistical functions for common probability distributions
- uniform
- normal
- poisson
- exponential
- student's t
- voigt
with more to come. The speed gains are huge, up to a factor of 100 compared to scipy
. Benchmarks are included in the repository and are run by pytest.
You can help with adding more distributions, patches are very welcome. Implementing a probability distribution is easy. You need to write it in simple Python that numba can understand. Special functions from scipy.special
can be used after some wrapping, see submodule numba_stats._special.py
how it is done.
Because of limited manpower, this project is barely documented. The documentation is basically pydoc numba_stats
. The calling conventions are the same as for the corresponding functions in scipy.stats. These are sometimes a bit unusual, for example, for the exponential distribution, see the scipy
docs for details.
numba-stats and numba-scipy
numba-scipy is the official package and repository for fast numba-accelerated scipy functions, are we reinventing the wheel?
Ideally, the functionality in this package should be in numba-scipy
and we hope that eventually this will be case. In this package, we don't offer overloads for scipy functions and classes like numba-scipy
does. This simplifies the implementation dramatically. numba-stats
is intended as a temporary solution until fast statistical functions are included in numba-scipy
. numba-stats
currently does not depend on numba-scipy
, only on numba
and scipy
.
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 numba-stats-0.5.0.tar.gz
.
File metadata
- Download URL: numba-stats-0.5.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d34fd271d0e11a6ee3ca08d63c552920e8c600ee25b554e6501747405064f2fb |
|
MD5 | ac4ba2c2127b84caa10944e34b78f394 |
|
BLAKE2b-256 | 60ddc0a0889df4f35963864724e3d2651bf4ce8ae63d08fd2b5a41e1b29f818f |
File details
Details for the file numba_stats-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: numba_stats-0.5.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/20.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13d3b317ef08351693deec3c6f1cc8ea2843ca020700e41c99846ba11917d202 |
|
MD5 | 093a321db12ce87117903b27da562a30 |
|
BLAKE2b-256 | c3ae7cdae34f48b0a76b51b1ea1da9e7325b3b05f58163fa05ed6671e110370e |