variance
A variance
represents the expected variance for either: Markers, Stops, Time on Site, or a Capacity Metric when calculating zones.
Note
Only one variance can be used at a time.
Name | Type | Description |
---|---|---|
stop_count_variance | float | The expected variability from the average number of stops per zone. |
marker_count_variance | float | The expected variability from the average number of markers per zone. |
time_on_site_variance | float | The expected variability from the average number of time on site per zone. |
metric_count_variance | metric_count_variance | The expected variability from the average number of a capacity metric per zone. |
Example
{
"stop_count_variance": 1
}
<a name="metric_count_variance>
metric_count_variance
Name | Type | Description |
---|---|---|
metric | capacity_metric or id | The capacity metric the zones are being balanced on. |
variance | float | The expected variability from the average number of a capacity metric per zone. |
{
"metric": "revenue",
"variance": 1
}