skbio.diversity.alpha.
brillouin_d
(counts)[source]¶Calculate Brillouin index of alpha diversity.
State: Experimental as of 0.4.0.
This is calculated as follows:
where \(N\) is defined as the total number of individuals in the sample, \(s\) is the number of OTUs, and \(n_i\) is defined as the number of individuals in the \(i^{\text{th}}\) OTU.
Parameters: | counts : 1-D array_like, int
|
---|---|
Returns: | double
|
Notes
The implementation here is based on the description given in the SDR-IV online manual [R21].
References
[R21] | (1, 2) http://www.pisces-conservation.com/sdrhelp/index.html |