PDA

View Full Version : How to calculate species abundance and diversity


blicker
Nov3-11, 06:07 PM
1. The problem statement, all variables and given/known data
This is the sample population taken along a 5m transect:
ants:9
grasshoppers:1
pill bugs:4
spiders:1


2. Relevant equations
What formulas would i use to calculate the species abundance and diversity?


3. The attempt at a solution
I only know this formula H'=-\Sigma (n_{}i/N)xIn(n_{}i/N) and i dont know what to do with this formula.
1. The problem statement, all variables and given/known data



2. Relevant equations



3. The attempt at a solution

I like Serena
Nov3-11, 06:50 PM
Hi blicker! :smile:

Can it be that your formula is actually:
http://upload.wikimedia.org/wikipedia/en/math/3/7/9/3799228b95da61aa2eca76e4132f0aa2.png
where "ln" is the natural logarithm (and also a button on your calculator), and where ni is the number of individuals of species i?

See: http://en.wikipedia.org/wiki/Shannon_index

blicker
Nov3-11, 07:07 PM
yes thats it! but i dont know what numbers go where or how to calculate it. like would i include the sigma symbol and the letters above and below it?

I like Serena
Nov3-11, 07:18 PM
The sigma symbol indicates that you have to sum.
So:
H'=-\sum_{i=1}^S {n_i \over N} \ln {n_i \over N} = -({n_1 \over N} \ln {n_1 \over N} + {n_2 \over N} \ln {n_2 \over N} + {n_3 \over N} \ln {n_3 \over N} + {n_4 \over N} \ln {n_4 \over N})

From wiki:
* ni The number of individuals in species i; the abundance of species i.
* S The number of species. Also called species richness.
* N The total number of all individuals
* pi The relative abundance of each species, calculated as the proportion of individuals of a given species to the total number of individuals in the community: n_i\over N

blicker
Nov3-11, 07:26 PM
so would the equation for ants look like this:
-(9/15)In(9/15)

I like Serena
Nov3-11, 07:35 PM
so would the equation for ants look like this:
-(9/15)In(9/15)

Well, Shannon's index specifies to sum all the terms.
So what you mention is only part of H'.

Btw, it is ln ("logarithmus naturalis").


But I can't really tell you what your problem asks.
I'm not studying whatever science you're studying - I'm a mathematician.

I did find this article about diversity: http://en.wikipedia.org/wiki/Diversity_Index
And apparently n_i is the "species abundance".
Furthermore p_i={n_i \over N} is the "relative species abundance".

blicker
Nov3-11, 07:44 PM
well thanks for your help anyway.