Uses of Class
infrastructure.EmpiricalDiscreteDist

Packages that use EmpiricalDiscreteDist
display   
infrastructure   
 

Uses of EmpiricalDiscreteDist in display
 

Methods in display with parameters of type EmpiricalDiscreteDist
 void Model.populateHousehold(int numMembers, Household household, cern.jet.random.Normal hhHeadAgeDist, cern.jet.random.Normal ageDiffDist, cern.jet.random.Gamma ageDist, EmpiricalDiscreteDist femaleStatusDist, EmpiricalDiscreteDist maleStatusDist, EmpiricalDiscreteDist memberTypeDist)
          Populate the household with members and distributions.
private  void Model.setAsHead(Agent person, EmpiricalDiscreteDist statusDistribution)
          Sets the person as head of household
 

Uses of EmpiricalDiscreteDist in infrastructure
 

Fields in infrastructure declared as EmpiricalDiscreteDist
(package private)  EmpiricalDiscreteDist[] EmpiricalDiscreteDistArray.distArray