Mixture modeling algorithms using the Student's t-distribution
Project description
studenttmixture
Mixtures of multivariate Student's t distributions are widely used for clustering data that may contain outliers, but scipy and scikit-learn do not at present offer classes for fitting Student's t mixture models. This package provides classes for:
- Modeling / clustering a dataset using a finite mixture of multivariate Student's t distributions fit via the EM algorithm. This is analogous to scikit-learn's GaussianMixture.
- Modeling / clustering a dataset using a mixture of multivariate Student's t distributions fit via the variational mean-field approximation. This is analogous to scikit-learn's BayesianGaussianMixture.
Unittests for the package are in the tests folder.
Installation
pip install studenttmixture
Note that starting in version 0.0.2.3, this package contains C extensions and is therefore distributed as a source distribution which is automatically compiled on install.
It is unusual but problems with source distribution pip packages that contain C extensions are occasionally observed on Windows, e.g. an error similar to this:
error: Microsoft Visual C++ 14.0 is required.
in the unlikely event you encounter this, I recommend the solution described under this StackOverflow and links.
Usage
Background
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
File details
Details for the file studenttmixture-1.1.tar.gz
.
File metadata
- Download URL: studenttmixture-1.1.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 094f6c59cbe783076ec3a48bf65bfdb20c4c7eb9f8abbc38c2e2d9b6a34c443c |
|
MD5 | f22c458bdbbde0cc7ad6a41575defd6f |
|
BLAKE2b-256 | b6fcc791a2e0a6da1d5e5a9b385f89a2a49133770d579fbe0038ea04cef8845a |