public interface EmigrationEquation
| Modifier and Type | Method and Description |
|---|---|
double |
compute(SimulationContext context,
org.nuiton.math.matrix.MatrixND N,
Population pop,
PopulationGroup group,
Zone departureZone)
Compute emigration equation.
|
double compute(SimulationContext context, org.nuiton.math.matrix.MatrixND N, Population pop, PopulationGroup group, Zone departureZone) throws Exception
context - simulation contextN - effectif de la populationpop - la population pour lequel on souhaite le coffecient d'emigrationgroup - le group pour lequel on souhaite le coffecient d'emigrationdepartureZone - la zone de departExceptionCopyright © 1999-2013 CodeLutin. All Rights Reserved.