View source: R/model.R View source: R/main_model.R
get_approx_phi_matrix | R Documentation |
Gets matrix of the coffecient vectors for each cluster, phi_k, of the basis matrix B
get_approx_phi_matrix(Y, K, nbasis, probability_matrix, x)
Y |
The matrix containing rows corresponding the curves |
K |
The total number of clusters |
nbasis |
The number of basis functions |
probability_matrix |
The x used to generate the clusters |
x |
The x used to generate the clusters |
A matrix of the coffecient vectors for each cluster, phi_k, of the basis matrix B
get_approx_phi_matrix(Y, K, nbasis, probability_matrix, x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.