get_tau_list: Generates a matrix in which each row represents the variances...

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

get_tau_listR Documentation

Generates a matrix in which each row represents the variances of the curves in each cluster

Description

Generates a matrix in which each row represents the variances of the curves in each cluster

Usage

get_tau_list(Y, probability_matrix, K)

Arguments

Y

The matrix containing rows corresponding to the curves

probability_matrix

A matrix in which the rows represent the probabilities that the curve is in each of the clusters

K

The number of entries in each curve vector

Value

A matrix in which each row represents the variances of the curves in each cluster

Examples

get_tau_list(Y, probability_matrix, K)

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