update_d_vector: Update the d parameter for each cluster

Description Usage Arguments Value Examples

View source: R/main.R

Description

Update the d parameter for each cluster

Usage

1
update_d_vector(cluster_data, number_of_clusters, probability_matrix)

Arguments

cluster_data

The matrix containing rows corresponding the curves

number_of_clusters

The total number of clusters

probability_matrix

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

Value

A vector of the updated d parameters for each cluster

Examples

1
update_d_vector(cluster_data, number_of_clusters, probability_matrix)

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