Description Usage Arguments Value Author(s) References Examples
Find the real value intersection (deepest part of the valley) between the means of two univariate Guassian distributions
1 |
mu1, mu2 |
fitted means of two components |
sd1, sd2 |
fitted standard deviations of two components |
p1, p2 |
fitted proportions for the two components |
filter |
boolean: if TRUE, try to find the "middle" & real-valued intersection |
rr |
Real value of the intersection between the means of the two Guassian distributions |
sw |
boolean: value 0 if real continuous intersection value was found; otherwise if no real (and imaginary) value was found sw = 0 |
Amy Chan
Similar to this (but with mixing proportions) https://stats.stackexchange.com/questions/311592/how-to-find-the-point-where-two-normal-distributions-intersect
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.