Tags | |
The Coefficient of Community (Jaccard Coefficient) calculator computes the coefficient based on the number of species in two communities and the number of common species between the two communities.
INSTRUCTION: Enter the following:
- (S1) Number of species in community 1
- (S2) Number of species in community 2
- (c) Number of species in common between the two communities
Coefficient of Community (CC): The calculator returns the coefficient as a real number. However this can be automatically converted to a percentage via the pull-down menu.
The Math / Science
The '''Jaccard index'''1, also known as '''Intersection over Union''' and the '''Jaccard similarity coefficient''' (originally coined ''coefficient de communauté'' by Paul Jaccard), is a statistic used for comparing the Similarity measure and diversity index of sample sets. The Jaccard coefficient measures similarity between finite sample sets, and is defined as the size of the intersection divided by the size of the union of the sample sets:
J(A,B)={|A∩B||A∪B|}={|A∩B||A|+|B|-|A∩B|}.
(If ''A'' and ''B'' are both empty, we define J(A,B) = 1.)
0 ≤ J(A,B) ≤ 1
The Coefficient of Community (Jaccard Coefficient) is a coefficient that indicates the degree of similarity of two communities based on the number of species that they have in common. The formula for the Coefficient of Community is:
CC=cS1+S2-c
where:
- CC is the Jaccard Coefficient of Community
- S1 is the number of species in community 1
- S2 is the number of species in community 2
- c is the number of species in common between community 1 and community 2
Community Statistics Calculators
- Sorensen Coefficient
- Jaccard Index
- Jaccard Index (simple)
- Simple Matching Coefficient
- One Way Analysis of Variance (ANOVA)
- Simple Statistics Calculator
- Sort a list of numeric values
- Create a random subset of the a list of numeric values
- Frequency distribution of data.
- Chi-Square Calculator
Reference
- ^ The description of Jaccard index is from Wikipedia: en.wikipedia.org/wiki/Jaccard_index