This is the proposed estimator, which is developed based on the functional principal component analysis. The algorithm is a variant of the K-means clustering algorithm. The number of groups and the number of principal components are determined by the BIC criterion.
1 2 3 | bic_kmean_est(data_list, num_group = 2, num_pca = 5,
est_fix_eff = TRUE, max_iter = 100, loc_search = FALSE,
group_index = NULL)
|
data_list |
A list of data. Several elements must be present in the list. The reponse |
num_group |
A vector of candidate number of groups. |
num_pca |
A vector of candidate number of principal components. |
est_fix_eff |
A logical value. If |
max_iter |
The maximum number of iteration. Default to be 100. |
loc_search |
A logical value. If |
group_index |
An initial value of the group membership, optional. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.