get_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
get_phi_matrix(sequence, function_data, number_of_clusters, nbasis)

Arguments

sequence

The sequence used to generate the clusters

number_of_clusters

The total number of clusters

nbasis

The number of basis functions

cluster_data

The matrix containing rows corresponding the curves

Value

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

Examples

1
get_phi_matrix(cluster_data, number_of_clusters, sequence, nbasis)

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