Skip to main content

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

vbnigmm-2.4.1.tar.gz (23.5 kB view hashes)

Uploaded Source

Built Distribution

vbnigmm-2.4.1-py3-none-any.whl (31.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page