identifyMixture {telescope}R Documentation

Solve label switching and identify mixture.

Description

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

Usage

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

Arguments

Func

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

Mu

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

Eta

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

S

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

centers

An integer or a numeric matrix of dimension K×dK \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]