ClusKur function

Cluster Identification Procedure using Projections on Directions of Extreme Kurtosis Coefficient

Cluster Identification Procedure using Projections on Directions of Extreme Kurtosis Coefficient

Identification of groups using projections of a vector of features of each time series in directions of extreme kurtosis coefficient.

ClusKur(x)

Arguments

  • x: p by k data matrix: p features or variables for each time series and k time series in columns.

Returns

A list containing:

  • lbl - Cluster labels (possible outliers get negative labels).
  • ncl - Number of clusters.

Examples

data(Stockindexes99world) S <- Stockindexes99world[,-1] v1 <- apply(S,2, mean) v2 <- apply(S,2, sd) M <- rbind(v1,v2) out <- ClusKur(M)
  • Maintainer: Antonio Elias
  • License: GPL-3
  • Last published: 2022-04-27

Useful links