ott.tools.gaussian_mixture.gaussian_mixture.GaussianMixture.log_prob#

GaussianMixture.log_prob(x)[source]#

Compute the log probability of the observations x.

Parameters

x (Array) – (n, n_dimensions) array of points

Return type

Array

Returns

(n,) array of log probabilities.