Description Usage Arguments References Examples
This function calculates Ashman's D, which is a measure of how well differentiated two distributions (distribution components) are. For instance, if the two distributions are identical, this statistic is zero. A good rule of thumb is that if the statistic is above ~2, there is good separation. If you suspect that your data is bimodal this can be used by replicating the suspected mixture components and checking the statistic. Alternatively, if the components are known outright this is straightforward to implement.
1 |
mu1 |
The mean of mode 1 |
mu2 |
The mean of mode 2 |
sd1 |
The standard deviation of mode 1 |
sd2 |
The standard deviation of mode 2 |
... |
Pass through arguments. |
Ashman, K., Bird, C., & Zepf, S. (1994). Detecting bimodality in astronomical datasets. The Astronomical Journal, 2348-2361.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[1] 0.9662088
[1] 15
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.