Variational Bayes algorithm for normal inverse Gaussian mixture models
Project description
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).
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vbnigmm-2.4.1.tar.gz.
File metadata
- Download URL: vbnigmm-2.4.1.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.6 Linux/5.4.0-1032-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20e2f2c414862919dce0a26332d053e334e99e24d2402822c26a3b5fdbee1b97
|
|
| MD5 |
5d5d031dbc82c9f7faca609bec302ca1
|
|
| BLAKE2b-256 |
977878253d83e3f4e322d9b81e21d917832f83b083d5de7918e1c4b6e2db9cbb
|
File details
Details for the file vbnigmm-2.4.1-py3-none-any.whl.
File metadata
- Download URL: vbnigmm-2.4.1-py3-none-any.whl
- Upload date:
- Size: 31.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.6 Linux/5.4.0-1032-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccc028389faceb999285b517dcf2a0aaeb883af8c3a0a94d1609f82a3051e26f
|
|
| MD5 |
2052c7fe688afadab103156d880088c6
|
|
| BLAKE2b-256 |
0453ad1b4e9864eb8c65b70774075923ad22206304a2bba3493a07726a29b175
|