User Tools

Site Tools


howtos:toolcoding:using_a_relative_propensity

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
howtos:toolcoding:using_a_relative_propensity [2010/11/12 21:10]
shona.weldon
howtos:toolcoding:using_a_relative_propensity [2010/11/25 13:09]
shona.weldon
Line 19: Line 19:
  
     !Equation A:     !Equation A:
-    local peoplePerHouseholdEst[uss,​usdt,​th] = households[uss,​usdt,​th] * peoplePerHousehold[usdt]+    local populationEst[uss,​usdt,​th] = households[uss,​usdt,​th] * relPopPersPerHH[usdt]
     !Equation B:     !Equation B:
-    peoplePerHousehold[uss,​usdt,​th] = population[uss,​th] / peoplePerHouseholdEst[uss,​usdt,​th] * relPopPersPerHH[usdt]+    peoplePerHousehold[uss,​usdt,​th] = population[uss,​th] / populationEst[uss,​usdt,​th] * relPopPersPerHH[usdt]
  
 ===== Check your above equation through symbol substitution algebra ===== ===== Check your above equation through symbol substitution algebra =====
howtos/toolcoding/using_a_relative_propensity.txt ยท Last modified: 2010/11/25 13:20 by shona.weldon