get_alpha_vector: Generates a vector in which the entries are the alpha...

Description Usage Arguments Value Examples

View source: R/main.R

Description

Generates a vector in which the entries are the alpha parameters of the gamma distribution (1 / variance) of the curves in each cluster

Usage

1
get_alpha_vector(cluster_variance_matrix, observations_per_cluster_sequence)

Arguments

cluster_variance_matrix

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

observations_per_sequence

The number of entries in each curve vector

Value

A vector that in which the entries are the alpha parameters of the gamma distribution (1 / variance) of the curves in each cluster

Examples

1
get_alphas(cluster_variance_matrix, observations_per_cluster_sequence)

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