View source: R/model.R View source: R/main_model.R
get_tau_list | R Documentation |
Generates a matrix in which each row represents the variances of the curves in each cluster
get_tau_list(Y, probability_matrix, K)
Y |
The matrix containing rows corresponding to the curves |
probability_matrix |
A matrix in which the rows represent the probabilities that the curve is in each of the clusters |
K |
The number of entries in each curve vector |
A matrix in which each row represents the variances of the curves in each cluster
get_tau_list(Y, probability_matrix, K)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.