Interface EmigrationEquation

All Superinterfaces:
NecessaryResult

public interface EmigrationEquation extends NecessaryResult
Emigration equation. Created: 23 août 2006 12:06:02
Version:
$Revision$ Last update: $Date$ by : $Author$
Author:
poussin
  • Field Details

  • Method Details

    • compute

      double compute(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, PopulationGroup group, Zone departureZone) throws Exception
      Compute emigration equation.
      Parameters:
      context - simulation context
      N - effectif de la population
      pop - la population pour lequel on souhaite le coefficient d'emigration
      group - le group pour lequel on souhaite le coefficient d'emigration
      departureZone - la zone de depart
      Returns:
      la proportion d'individu a emigrer de la zone de depart pour le groupe passé en argument
      Throws:
      Exception