In a program I am writing, I have a Gaussian Distribution function that returns the PDF given a specific vector. The issue is, this is obviously not the actual probability.
To further complicate matters, the Gaussian Distribution I am using involves a multivariate distribution, so it's difficult to arbitrarily change a few values by a minute amount and find the area to get the probability.
Edit: I am actually using a measure of log-likelihood (which is why I need the probability). So to add onto this, is it okay if I just use the density values, since my measures involve using the differences in log-likelihood for a ML algorithm.