get_llike_mat_cpp: Get's a matrix of likeklihood values.

Description Usage Arguments Author(s)

Description

Element (i, j) of the returned matrix is the log of pi_j N(x_i | 0, v_j v_j^T + S_i)

Usage

1
get_llike_mat_cpp(x_mat, s_mat, v_mat, pi_vec)

Arguments

x_mat

A matrix of data. The rows index the observations and the columns index the variables.

s_mat

A matrix of variances (NOT standard deviations). The rows index the observations and the columns index the variables.

v_mat

A matrix of square-roots of the rank-1 mixing covariance matrices. The columns index the mixing components, the rows index the variables.

pi_vec

A vector of mixture proportions.

Author(s)

David Gerard


dcgerard/UltimateDeconvolution documentation built on May 15, 2019, 1:24 a.m.