View source: R/dist_gaussian_utils.R
gaussian_crossover | R Documentation |
Find the crossover of 2 gaussians, that is, where they intersect.
gaussian_crossover(l1, s1, m1, l2, s2, m2)
l1 |
Lambda of the first gaussian |
s1 |
Sigma of the first gaussian |
m1 |
Mu of the first gaussian |
l2 |
Lambda of the second gaussian |
s2 |
Sigma of the second gaussian |
m2 |
Mu of the second gaussian |
The x-coordinate of the intersection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.