get_approx_phi_matrix: Gets matrix of the coffecient vectors for each cluster,...

Description Usage Arguments Value Examples

View source: R/main.R

Description

Gets matrix of the coffecient vectors for each cluster, phi_k, of the basis matrix B

Usage

1
2
3
4
5
6
7
get_approx_phi_matrix(
  cluster_data,
  number_of_clusters,
  nbasis,
  probability_matrix,
  sequence
)

Arguments

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

Value

A matrix of the coffecient vectors for each cluster, phi_k, of the basis matrix B

Examples

1
get_approx_phi_matrix(cluster_data, number_of_clusters, sequence, nbasis)

jewelltaylor/fdcvi documentation built on May 7, 2020, 12:10 a.m.