Description Usage Arguments Value Examples
Gets matrix of the coffecient vectors for each cluster, phi_k, of the basis matrix B
1 2 3 4 5 6 7 | get_approx_phi_matrix(
cluster_data,
number_of_clusters,
nbasis,
probability_matrix,
sequence
)
|
cluster_data |
The matrix containing rows corresponding the curves |
number_of_clusters |
The total number of clusters |
nbasis |
The number of basis functions |
probability_matrix |
A matrix in which the rows represent the probabilities that the curve is in each of the clusters |
sequence |
The sequence used to generate the clusters |
A matrix of the coffecient vectors for each cluster, phi_k, of the basis matrix B
1 | get_approx_phi_matrix(cluster_data, number_of_clusters, sequence, nbasis)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.