Skip to content

MigrateFamily

The MigrateFamily intervention class tells family groups of residents of the targeted node to go on a round trip migration ("family trip"). The duration of time residents wait before migration and the time spent at the destination node can be configured; the pre-migration waiting timer does not start until all residents are at the home node.

Note

Parameters are case-sensitive. For Boolean parameters, set to 1 for true or 0 for false. Minimum, maximum, or default values of "NA" indicate that those values are not applicable for that parameter.

EMOD does not use true defaults; that is, if the dependency relationships indicate that a parameter is required, you must supply a value for it. However, many of the tools used to work with EMOD will use the default values provided below.

JSON format does not permit comments, but you can add "dummy" parameters to add contextual information to your files. Any keys that are not EMOD parameter names will be ignored by the model.

The table below describes all possible parameters with which this class can be configured. The JSON example that follows shows one potential configuration.

Parameter Type Min Max Default Description
Disqualifying_Properties array of strings NA NA [] A list of NodeProperty key:value pairs that cause an intervention to be aborted (persistent interventions will stop being distributed to nodes with these values). See IndividualProperties and NodeProperties parameters for more information. Generally used to control the flow of health care access. For example, to prevent the same individual from accessing health care via two different routes at the same time.
Dont_Allow_Duplicates boolean 0 1 0 If an individual's container has an intervention, set to true (1) to prevent them from receiving another copy of the intervention. Supported by all intervention classes.
Duration_At_Node_Constant float 0 3.40282E+38 -1 The duration at destination node, in days, to use for all families when Duration_At_Node_Distribution is set to CONSTANT_DISTRIBUTION.
Duration_At_Node_Distribution enum NA NA NOT_INITIALIZED The distribution type to use for assigning the duration of time an individual or family spends at a destination node after intervention-based migration. Each assigned value is a random draw from the distribution.
Possible values are:
NOT_INITIALIZED
No distribution set.
CONSTANT_DISTRIBUTION
Use the same value for each individual. Set Duration_At_Node_Constant.
UNIFORM_DISTRIBUTION
Use a uniform distribution with a given minimum and maximum. Set Duration_At_Node_Max and Duration_At_Node_Min.
GAUSSIAN_DISTRIBUTION
The distribution is Gaussian (or normal). Values are resampled to ensure >= 0. Set Duration_At_Node_Gaussian_Mean and Duration_At_Node_Gaussian_Std_Dev.
EXPONENTIAL_DISTRIBUTION
The distribution is exponential with a given mean. Set Duration_At_Node_Exponential.
WEIBULL_DISTRIBUTION
Use a Weibull distribution with a given shape and scale. Set Duration_At_Node_Kappa and Duration_At_Node_Lambda.
LOG_NORMAL_DISTRIBUTION
Use a log-normal distribution with a given mean and standard deviation of the natural log. Set Duration_At_Node_Log_Normal_Mu and Duration_At_Node_Log_Normal_Sigma.
POISSON_DISTRIBUTION
Use a Poisson distribution with a given mean. Set Duration_At_Node_Poisson_Mean.
DUAL_CONSTANT_DISTRIBUTION
Use a distribution where some individuals are set to a value of zero and the rest to a given value. Set Duration_At_Node_Proportion_0 and Peak_2_Value. This distribution does not use the parameters set for CONSTANT_DISTRIBUTION.
DUAL_EXPONENTIAL_DISTRIBUTION
Use two exponential distributions with given means. Set Duration_At_Node_Mean_1, Duration_At_Node_Mean_2, and Duration_At_Node_Proportion_1. This distribution does not use the parameters set for EXPONENTIAL_DISTRIBUTION.
Duration_At_Node_Exponential float 0 3.40282E+38 -1 The mean of the duration at the destination node after migration when Duration_At_Node_Distribution is set to EXPONENTIAL_DISTRIBUTION.
Duration_At_Node_Gaussian_Mean float 0 3.40282E+38 -1 The mean of the duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to GAUSSIAN_DISTRIBUTION.
Duration_At_Node_Gaussian_Std_Dev float 1.17549E-38 3.40282E+38 -1 The standard deviation of the duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to GAUSSIAN_DISTRIBUTION.
Duration_At_Node_Kappa float 1.17549E-38 3.40282E+38 -1 The shape value for the duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to WEIBULL_DISTRIBUTION.
Duration_At_Node_Lambda float 1.17549E-38 3.40282E+38 -1 The scale value for the duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to WEIBULL_DISTRIBUTION.
Duration_At_Node_Log_Normal_Mu float -3.40282e+38 1.70141e+38 3.40282E+38 The mean of the natural log of the duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to LOG_NORMAL_DISTRIBUTION.
Duration_At_Node_Log_Normal_Sigma float -3.40282e+38 1.70141e+38 3.40282E+38 The standard deviation of the natural log of the duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to LOG_NORMAL_DISTRIBUTION.
Duration_At_Node_Max float 0 3.40282E+38 -1 The maximum duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to UNIFORM_DISTRIBUTION.
Duration_At_Node_Mean_1 float 1.17549E-38 3.40282E+38 -1 The mean of the first exponential distribution, in days, when Duration_At_Node_Distribution is set to DUAL_EXPONENTIAL_DISTRIBUTION.
Duration_At_Node_Mean_2 float 1.17549E-38 3.40282E+38 -1 The mean of the second exponential distribution, in days, when Duration_At_Node_Distribution is set to DUAL_EXPONENTIAL_DISTRIBUTION.
Duration_At_Node_Min float 0 3.40282E+38 -1 The minimum duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to UNIFORM_DISTRIBUTION.
Duration_At_Node_Peak_2_Value float 0 3.40282E+38 -1 The duration value at the destination node, in days, to assign to the remaining families when Duration_At_Node_Distribution is set to DUAL_CONSTANT_DISTRIBUTION.
Duration_At_Node_Poisson_Mean float 0 3.40282E+38 -1 The mean of the duration at the destination node after migration, in days, when Duration_At_Node_Distribution is set to POISSON_DISTRIBUTION.
Duration_At_Node_Proportion_0 float 0 1 -1 The proportion of families to assign a value of zero days at the destination node when Duration_At_Node_Distribution is set to DUAL_CONSTANT_DISTRIBUTION.
Duration_At_Node_Proportion_1 float 0 1 -1 The proportion of families in the first exponential distribution when Duration_At_Node_Distribution is set to DUAL_EXPONENTIAL_DISTRIBUTION.
Duration_Before_Leaving_Constant float 0 3.40282E+38 -1 The duration before leaving to use for every family, in days, when Duration_Before_Leaving_Distribution is set to CONSTANT_DISTRIBUTION.
Duration_Before_Leaving_Distribution enum NA NA NOT_INITIALIZED The distribution type to use for assigning the duration of time an individual or family waits before migrating to the destination node after all residents are home. Each assigned value is a random draw from the distribution.
Possible values are:
NOT_INITIALIZED
No distribution set.
CONSTANT_DISTRIBUTION
Use the same value for each individual. Set Duration_Before_Leaving_Constant.
UNIFORM_DISTRIBUTION
Use a uniform distribution with a given minimum and maximum. Set Duration_Before_Leaving_Max and Duration_Before_Leaving_Min.
GAUSSIAN_DISTRIBUTION
The distribution is Gaussian (or normal). Values are resampled to ensure >= 0. Set Duration_Before_Leaving_Gaussian_Mean and Duration_Before_Leaving_Gaussian_Std_Dev.
EXPONENTIAL_DISTRIBUTION
The distribution is exponential with a given mean. Set Duration_Before_Leaving_Exponential.
WEIBULL_DISTRIBUTION
Use a Weibull distribution with a given shape and scale. Set Duration_Before_Leaving_Kappa and Duration_Before_Leaving_Lambda.
LOG_NORMAL_DISTRIBUTION
Use a log-normal distribution with a given mean and standard deviation of the natural log. Set Duration_Before_Leaving_Log_Normal_Mu and Duration_Before_Leaving_Log_Normal_Sigma.
POISSON_DISTRIBUTION
Use a Poisson distribution with a given mean. Set Duration_Before_Leaving_Poisson_Mean.
DUAL_CONSTANT_DISTRIBUTION
Use a distribution where some individuals are set to a value of zero and the rest to a given value. Set Duration_Before_Leaving_Proportion_0 and Peak_2_Value. This distribution does not use the parameters set for CONSTANT_DISTRIBUTION.
DUAL_EXPONENTIAL_DISTRIBUTION
Use two exponential distributions with given means. Set Duration_Before_Leaving_Mean_1, Duration_Before_Leaving_Mean_2, and Duration_Before_Leaving_Proportion_1. This distribution does not use the parameters set for EXPONENTIAL_DISTRIBUTION.
Duration_Before_Leaving_Exponential float 0 3.40282E+38 -1 The mean of the duration before leaving node, in days, when Duration_Before_Leaving_Distribution is set to EXPONENTIAL_DISTRIBUTION.
Duration_Before_Leaving_Gaussian_Mean float 0 3.40282E+38 -1 The mean of the duration before leaving the node, in days, when Duration_Before_Leaving_Distribution is set to GAUSSIAN_DISTRIBUTION.
Duration_Before_Leaving_Gaussian_Std_Dev float 1.17549E-38 3.40282E+38 1 The standard deviation of the duration before leaving the node, in days, when Duration_Before_Leaving_Distribution is set to GAUSSIAN_DISTRIBUTION.
Duration_Before_Leaving_Kappa float 1.17549E-38 3.40282E+38 -1 The shape value for the duration before leaving the home node, in days, when Duration_Before_Leaving_Distribution is set to WEIBULL_DISTRIBUTION.
Duration_Before_Leaving_Lambda float 1.17549E-38 3.40282E+38 -1 The scale value for the duration before leaving the home node, in days, when Duration_Before_Leaving_Distribution is set to WEIBULL_DISTRIBUTION.
Duration_Before_Leaving_Log_Normal_Mu float -3.40282e+38 1.70141e+38 3.40282E+38 The mean of the natural log of the duration before leaving the home node, in days, when Duration_Before_Leaving_Distribution is set to LOG_NORMAL_DISTRIBUTION.
Duration_Before_Leaving_Log_Normal_Sigma float -3.40282e+38 1.70141e+38 3.40282E+38 The standard deviation of the natural log of the duration before leaving the home node, in days, when Duration_Before_Leaving_Distribution is set to LOG_NORMAL_DISTRIBUTION.
Duration_Before_Leaving_Max float 0 3.40282E+38 -1 The maximum duration before leaving the home node, in days, when Duration_Before_Leaving_Distribution is set to UNIFORM_DISTRIBUTION.
Duration_Before_Leaving_Mean_1 float 1.17549E-38 3.40282E+38 -1 The mean of the first exponential distribution, in days, when Duration_Before_Leaving_Distribution is set to DUAL_EXPONENTIAL_DISTRIBUTION.
Duration_Before_Leaving_Mean_2 float 1.17549E-38 3.40282E+38 -1 The mean of the second exponential distribution, in days, when Duration_Before_Leaving_Distribution is set to DUAL_EXPONENTIAL_DISTRIBUTION.
Duration_Before_Leaving_Min float 0 3.40282E+38 -1 The minimum duration before leaving the home node, in days, when Duration_Before_Leaving_Distribution is set to UNIFORM_DISTRIBUTION.
Duration_Before_Leaving_Peak_2_Value float 0 3.40282E+38 -1 The duration before leaving the home node to assign to the remaining families, in days, when Duration_Before_Leaving_Distribution is set to DUAL_CONSTANT_DISTRIBUTION.
Duration_Before_Leaving_Poisson_Mean float 0 3.40282E+38 -1 The mean of the duration before leaving the home node, in days, when Duration_Before_Leaving is set to POISSON_DISTRIBUTION.
Duration_Before_Leaving_Proportion_0 float 0 1 -1 The proportion of families to assign a value of zero days before leaving the home node when Duration_Before_Leaving_Distribution is set to DUAL_CONSTANT_DISTRIBUTION.
Duration_Before_Leaving_Proportion_1 float 0 1 -1 The proportion of families in the first exponential distribution when Duration_Before_Leaving_Distribution is set to DUAL_EXPONENTIAL_DISTRIBUTION.
Intervention_Name string NA NA MigrateFamily The optional name used to refer to this intervention as a means to differentiate it from others that use the same class.
Is_Moving boolean 0 1 0 Set to true (1) to indicate the individual is permanently moving to a new home node for intervention-based migration.
New_Property_Value string NA NA "" An optional NodeProperty key:value pair that will be assigned when the intervention is applied. See IndividualProperties and NodeProperties parameters for more information.
NodeID_To_Migrate_To integer 0 4294970000.0 0 The destination node ID for intervention-based migration.
{
    "Use_Defaults": 1,
    "Events": [
        {
            "class": "CampaignEvent",
            "Start_Day": 1,
            "Nodeset_Config": {
                "class": "NodeSetAll"
            },
            "Event_Coordinator_Config": {
                "class": "StandardInterventionDistributionEventCoordinator",
                "Intervention_Config": {
                    "class": "NodeLevelHealthTriggeredIV",
                    "Trigger_Condition_List": [
                        "NewInfectionEvent"
                    ],
                    "Demographic_Coverage": 1.0,
                    "Actual_NodeIntervention_Config": {
                        "class": "MigrateFamily",
                        "NodeID_To_Migrate_To": 4,
                        "Duration_Before_Leaving_Distribution": "CONSTANT_DISTRIBUTION",
                        "Duration_At_Node_Distribution": "CONSTANT_DISTRIBUTION",
                        "Is_Moving": 0,
                        "Duration_Before_Leaving_Constant": 0,
                        "Duration_At_Node_Constant": 10
                    }
                }
            }
        }
    ]
}