Variational Bayes algorithm for Normal Inverse Gaussian Mixture Models
Installation
The package can be build using poetry and installed using pip:
pip install vbnigmm
Examples
If you want to apply vbnigmm to your data, you can run the following code:
from vbnigmm import NormalInverseGaussMixture as Model
# x is numpy.ndarray of 2D
model = Model()
model.fit(x)
label = model.predict(x)
Citation
If you use vbnigmm in a scientific paper, please consider citing the following paper:
Takashi Takekawa, Clustering of non-Gaussian data by variational Bayes for normal inverse Gaussian mixture models. arXiv preprint arXiv:2009.06002 (2020).
Release files for vbnigmm 2.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vbnigmm-2.4.1.tar.gz | 23.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vbnigmm-2.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 54.6 kB
Release files / vbnigmm-2.4.1.tar.gz
| Download URL | vbnigmm-2.4.1.tar.gz |
|---|---|
| Size | 23.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
20e2f2c414862919dce0a26332d053e334e99e24d2402822c26a3b5fdbee1b97
|
|
BLAKE2b-256 checksum How to use checksums |
977878253d83e3f4e322d9b81e21d917832f83b083d5de7918e1c4b6e2db9cbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.8.6 Linux/5.4.0-1032-azure
|
Release files / vbnigmm-2.4.1-py3-none-any.whl
| Download URL | vbnigmm-2.4.1-py3-none-any.whl |
|---|---|
| Size | 31.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ccc028389faceb999285b517dcf2a0aaeb883af8c3a0a94d1609f82a3051e26f
|
|
BLAKE2b-256 checksum How to use checksums |
0453ad1b4e9864eb8c65b70774075923ad22206304a2bba3493a07726a29b175
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.4 CPython/3.8.6 Linux/5.4.0-1032-azure
|