Skip to content

Commit

Permalink
Add warning about SAD method Tau * -1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo committed May 10, 2015
1 parent ad11c61 commit ba99e52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mfSBA_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ have to divide it by (q-1) see equation 2 in [2]. The 3rd,4rd are the estimated
# multispeciesSBA

The program assumes that the input file is a distribution of species, calculates the rank abundance distribution (RAD) and replace each species by its rank, this is called the species rank surface (SRS see [3]) then it applies multifractal spectra estimation using the canonical method [1].
The program also calculates the multifractal distribution of species abundances distribution (SAD), as a generalization of species area curve, this is described in detail in [4].
The program also calculates the multifractal distribution of species abundances distribution (SAD), as a generalization of species area curve, this is described in detail in [4]. NOTE: for method E (Based on SAD) log(Zq) in t.[inputFile] and Tau in s.[inputFile] are multiplied by -1 so to calculate Dq=Tau/(q-1) like in the other methods.


### Usage:

Expand Down
2 changes: 1 addition & 1 deletion smattpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define __SMATTPL_HPP

#include <iostream>
#include <cstdlib>
#include <cstring>

#ifdef __GNUC__
//#include "fortify.h"
Expand Down

0 comments on commit ba99e52

Please sign in to comment.