Description Usage Arguments Details Value
The average weight per record needed to satisfy targets is computed for both primary and secondary targets. Often, these can be very different, which leads to poor performance. The algorithm must use extremely large or small weights to match the competing goals. The secondary targets are scaled so that they are consistent with the primary targets on this measurement.
1 2 3 4 5 6 7 8 | balance_secondary_targets(
primary_targets,
primary_seed,
secondary_targets,
secondary_seed,
secondary_importance,
primary_id
)
|
primary_targets |
A |
primary_seed |
In population synthesis or household survey expansion, this would be the household seed table (each record would represent a household). It could also be a trip table, where each row represents an origin-destination pair. |
secondary_targets |
Same format as |
secondary_seed |
Most commonly, if the primary_seed describes
households, the secondary seed table would describe the persons in each
household. Must contain the same |
secondary_importance |
A |
primary_id |
The field used to join the primary and secondary seed
tables. Only necessary if |
If multiple geographies are present in the secondary_target table, then balancing is done for each geography separately.
named list
of the secondary targets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.