Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are many choices, but if you are interested in the probability that a new data point belongs to a particular mixture, I would use a probabilistic approach such as Gaussian mixture modeling either estimated by maximum likelihood or Bayes.</p> <p>Maximum likelihood estimation of <a href="http://www.mathworks.com/access/helpdesk/help/toolbox/stats/bq_679x-24.html" rel="noreferrer">mixtures models is implemented in Matlab</a>.</p> <p>Your requirement that the number of components is unknown makes your model more complex. The dominant probabilistic approach is to place a Dirichlet Process prior on the mixture distribution and estimate by some Bayesian method. For instance, see <a href="http://www.gatsby.ucl.ac.uk/~edward/pub/inf.mix.nips.99.pdf" rel="noreferrer">this paper on infinite Gaussian mixture models</a>. The DP mixture model will give you inference over the number of components and the components each elements belong to, which is exactly what you want. Alternatively you could perform model selection on the number of components, but this is generally less elegant.</p> <p>There are many implementation of DP mixture models models, but they may not be as convenient. For instance, here's a <a href="http://people.csail.mit.edu/jacobe/software.html" rel="noreferrer">Matlab implementation</a>.</p> <p>Your graph suggests you are an R user. In that case, if you are looking for prepacked solutions, the answer to your question lies on this <a href="http://cran.r-project.org/web/views/Cluster.html" rel="noreferrer">Task View for cluster analysis</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload