identifyMixture {telescope}R Documentation

Solve label switching and identify mixture.

Description

Clustering of the draws in the point process representation (PPR) using k-means clustering.

Usage

identifyMixture(Func, Mu, Eta, S, centers)

Arguments

Func

A numeric array of dimension M \times d \times K; data for clustering in the PPR.

Mu

A numeric array of dimension M \times r \times K; draws of cluster means.

Eta

A numeric array of dimension M \times K; draws of cluster sizes.

S

A numeric matrix of dimension M \times N; draws of cluster assignments.

centers

An integer or a numeric matrix of dimension K \times d; used to initialize stats::kmeans().

Details

The following steps are implemented:

Value

A named list containing:


[Package telescope version 0.1-0 Index]