Gaussian Mixtures

Overview

This project has two objectives:

  1. Provide a set of functions for working with univariate Gaussian Mixture distributions similar to dmixnorm of the KScorrect R package.

  2. Provide a recipe for implementing conditional density estimation (CDE) using (Gaussian) kernel methods combined with neural networks.

Dependencies

A full list of packages, not all of which are required, are given in the requirements file.

Install

The project is not currently on PyPI. The easiest way to use or install the project is to clone it or via pip using its native Git support. Note you will need a working C++ compiler.

pip install git+https://bitbucket.org/reidswanson/gmix.git

Module Documentation:

Indices and tables