compute_responsibilities | R Documentation |
compute_responsibilities
returns a matrix as in parametric_gmm_fit
except values are responsibilities rather than probabilities
compute_responsibilities(data, means, variances)
data |
(numeric) vector of values to compute probailities for |
means |
(numeric) vector of gaussian means, one per component |
variances |
(numeric) vector of gaussian variances, either length one or equal to the length of means |
matrix of values with row count equal to the length of data and column count equal to the length of the means
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.