Class EcosystemFoodWeb
java.lang.Object
org.episteme.natural.biology.ecology.EcosystemFoodWeb
Models ecosystem food webs and energy flow.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealenergyAtTrophicLevel(double initialEnergy, int level) Lindeman's Efficiency (10% rule).static RealshannonIndex(double[] speciesCounts) Biodiversity Index (Shannon-Wiener).
-
Method Details
-
energyAtTrophicLevel
Lindeman's Efficiency (10% rule). Energy at Nth level = Initial * 0.1^(N-1) -
shannonIndex
Biodiversity Index (Shannon-Wiener). H = -Sum(pi * ln(pi))
-