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.
Installation
pip install studenttmixture
Starting with version 1.11, this is a pure Python package so installation should be very straightforward.
Dependencies are numpy, scipy and scikit-learn.
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 Distributions
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 studenttmixture-1.11-py3-none-any.whl.
File metadata
- Download URL: studenttmixture-1.11-py3-none-any.whl
- Upload date:
- Size: 30.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8b082c75250bc94b27e335b7f0ff49884f202d40f9592b8e614c58de3ade738
|
|
| MD5 |
fa4cebcbd20592f003e67c403ddadfb2
|
|
| BLAKE2b-256 |
73a99e5d04396f8725ff69b7ea78fd29529f460ca47edc0c75783e735532363d
|