EM.init_simultanee {segclust2d} | R Documentation |
EM.init_simultanee proposes an initial value for the EM algorithm based on a hierarchical clustering algorithm (ascending)
Description
EM.init_simultanee proposes an initial value for the EM algorithm based on a hierarchical clustering algorithm (ascending)
Usage
EM.init_simultanee(x, rupt, K, P)
Arguments
x |
the bivariate signal |
rupt |
the change point instants, data.frame |
K |
number of segments |
P |
number of clusters |
Value
phi0 : candidate for the EM algorithm
[Package segclust2d version 0.3.3 Index]