gmmprob

Purpose

Computes the data probability for a Gaussian mixture model.

Synopsis


function prob = gmmprob(mix, x)

Description

This function computes the unconditional data density p(x) for a Gaussian mixture model. The data structure mix defines the mixture model, while the matrix x contains the data vectors. Each row of x represents a single vector.

See Also

gmm, gmmpost, gmmactiv
Pages: Index

Copyright (c) Ian T Nabney (1996-9)