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

View source: R/model.R View source: R/main_model.R

get_approx_phi_matrixR Documentation

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

Description

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

Usage

get_approx_phi_matrix(Y, K, nbasis, probability_matrix, x)

Arguments

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

Value

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

Examples

get_approx_phi_matrix(Y, K, nbasis, probability_matrix, x)

jewelltaylor/funclustVI documentation built on June 1, 2022, 12:30 p.m.