View source: R/MixtureFitting.R
bhattacharyya_dist | R Documentation |
Measures Bhattacharyya distance for two univatiate Gaussian distributions.
bhattacharyya_dist( mu1, mu2, sigma1, sigma2 )
mu1 |
mean of the first Gaussian distribution. |
mu2 |
mean of the second Gaussian distribution. |
sigma1 |
standard deviation of the first Gaussian distribution. |
sigma2 |
standard deviation of the second Gaussian distribution. |
Bhattacharyya distance as double.
Andrius Merkys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.