Mixture model
Encyclopedia
|
| Tutorials | Encyclopedia | Dictionary | Directory |
|
Mixture model
In mathematics, the term mixture model is a model in which independent variables are fractions of a total.
Examples
The normal distribution is plotted using different means and variances As another example, financial returns often behave differently in normal situations and during crisis times. A mixture model for return data seems reasonable. Direct and indirect applications of mixture modelsThe financial example above is one direct application of the mixture model, a situation in which we assume an underlying mechanism so that each observation belongs to one of some number of different sources or categories. This underlying mechanism may or may not, however, be observable. In this form of mixture, each of the sources is described by a component probability density function, and its mixture weight is the probability that an observation comes from this component. In an indirect application of the mixture model we do not assume such a mechanism. The mixture model is simply used for its mathematical flexibilities. For example, a mixture of two normal distributions with different means may result in a density with two modes, which is not modeled by standard parametric distributions. Types of mixture modelProbability mixture modelIn statistics, a probability mixture model is a probability distribution that is a convex combination of other probability distributions. Suppose that the discrete random variable X is a mixture of n component discrete random variables Y_i. Then, the probability mass function of X, f_{X}(x), is a weighted sum of its component distributions:
for some mixture proportions 0 < a_{i}< 1 where a_{1} +\cdots+ a_{n} = 1. The definition is the same for continuous random variables, except that the functions f are probability density functions. Parametric mixture modelIn the parametric mixture model, the component distributions are from a parametric family, with unknown parameters \theta_i:
Continuous mixtureA continuous mixture is defined similarly:
where
and
IdentifiabilityIdentifiability refers to the existence of a unique characterization for any one of the models in the class being considered. Estimation procedure may not be well-defined and asymptotic theory may not hold if a model is not identifiable. ExampleLet J be the class of all binomial distributions with n=2. Then a mixture of two members of J would have
and p_2=1-p_0-p_1. Clearly, given p_0 and p_1, it is not possible to determine the above mixture model uniquely, as there are three parameters (\pi,\theta_1,\theta_2) to be determined. DefinitionConsider a mixture of parametric distributions of the same class. Let
be the class of all component distributions. Then the convex hull K of J defines the class of all finite mixture of distributions in J:
K is said to be identifiable if all its members are unique, that is, given two members p and p' in K, being mixtures of k distributions and k' distributions respectively in J, we have p=p' if and only if, first of all, k=k' and secondly we can reorder the summations such that a_i=a_i' and f_i=f_i' for all i. Common approaches for estimation in mixture modelsParametric mixture models are often used when we know the distribution Y and we can sample from X, but we would like to determine the a_{i} and \theta_i values. Such situations can arise in studies in which we sample from a population that is composed of several distinct subpopulations. It is common to think of probability mixture modeling as a missing data problem. One way to understand this is to assume that the data points under consideration have "membership" in one of the distributions we are using to model the data. When we start, this membership is unknown, or missing. The job of estimation is to devise appropriate parameters for the model functions we choose, with the connection to the data points being represented as their membership in the individual model distributions. Expectation maximizationThe Expectation-maximization algorithm can be used to compute the parameters of a parametric mixture model distribution (the a_{i}'s and \theta_{i}'s). It is an iterative algorithm with two steps: an expectation step and a maximization step. Practical examples of EM and Mixture Modeling are included in the SOCR demonstrations. The expectation stepWith initial guesses for the parameters of our mixture model, "partial membership" of each data point in each constituent distribution is computed by calculating expectation values for the membership variables of each data point. That is, for each data point x_j and distribution Y_i, the membership value y_{i,j} is:
The maximization stepWith expectation values in hand for group membership, plug-in estimates are recomputed for the distribution parameters. The mixing coefficients a_i are the means of the membership values over the N data points.
The component model parameters \theta_{i} are also calculated by expectation maximization using data points x_j that have been weighted using the membership values. For example, if \theta is a mean \mu
With new estimates for a_i and the \theta_i's, the expectation step is repeated to recompute new membership values. The entire procedure is repeated until model parameters converge. Markov-chain Monte CarloAs an alternative to the EM algorithm, the mixture model parameters can be deduced using posterior sampling as indicated by Bayes' theorem. This is still regarded as an incomplete data problem whereby membership of data points is the missing data. A two-step iterative procedure known as Gibbs sampling can be used. The previous example of a mixture of two Gaussian distributions can demonstrate how the method works. As before, initial guesses of the parameters for the mixture model are made. Instead of computing partial memberships for each elemental distribution, a membership value for each data point is drawn from a Bernoulli distribution (that is, it will be assigned to either the first or the second Gaussian). The Bernoulli parameter \theta is determined for each data point on the basis of one of the constituent distributions. Draws from the distribution generate membership associations for each data point. Plug-in estimators can then be used as in the M step of EM to generate a new set of mixture model parameters, and the binomial draw step repeated. Spectral methodSome problems in mixture model estimation can be solved using spectral methods. In particular it becomes useful if data points x_i are points in high-dimensional Euclidean space, and the hidden distributions are known to be log-concave (such as Gaussian distribution or Exponential distribution). Spectral methods of learning mixture models are based on the use of Singular Value Decomposition of a matrix which contains data points. The idea is to consider the top k singular vectors, where k is the number of distributions to be learned. The projection of each data point to a linear subspace spanned by those vectors groups points originating from the same distribution very close together, while points from different distributions stay far apart. One distinctive feature of the spectral method is that it allows us to prove that if distributions satisfy certain separation condition (e.g. not too close), then the estimated mixture will be very close to the true one with high probability. Other methodsSome of them can even provably learn mixtures of heavy-tailed distributions including those with infinite variance (see links to papers below). In this setting, EM based methods would not work, since the Expectation step would diverge due to presence of outliers. A simulationTo simulate a sample of size N that is from a mixture of distributions Fi, i=1 to n, with probabilities pi (sum pi=1):
Further readingBooks on mixture models
Application of Gaussian Mixture ModelsSee alsoExternal links
fr:Densité mélange it:Mistura di distribuzioni Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article
|
|
top
©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement