Class EcosystemFoodWeb

java.lang.Object
org.episteme.natural.biology.ecology.EcosystemFoodWeb

public final class EcosystemFoodWeb extends Object
Models ecosystem food webs and energy flow.
  • Method Details

    • energyAtTrophicLevel

      public static Real energyAtTrophicLevel(double initialEnergy, int level)
      Lindeman's Efficiency (10% rule). Energy at Nth level = Initial * 0.1^(N-1)
    • shannonIndex

      public static Real shannonIndex(double[] speciesCounts)
      Biodiversity Index (Shannon-Wiener). H = -Sum(pi * ln(pi))