Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Understanding SpeedDev.

the distribution of speeds will have their mean at 30m/s and will be (almost) normally distributed with a standard deviation of 0.1 * 30 = 3m/s.
This means ~68% drive between 27ms/ and 33ms but 95% will be found between 24m/s and 36m/s.
(https://upload.wikimedia.org/wikipedia/commons/8/8c/Standard_deviation_diagram.svg)
It's "almost" normal because sumo caps the normal distribution at configurable thresholds. By default 100% will drive between [0.2 * 30m/s and 2 * 30m/s] but you can also configure these thresholds.
Also, the maxSpeed of the vType is a hard limit.

Am Fr., 14. Aug. 2020 um 21:44 Uhr schrieb Bae, Jong In <jbae42@xxxxxxxxxx>:
Hello,

I'm having a trouble with understanding the explanation on how speedFactor and speed deviation work.
If I'm using the default values of speed factor (1) and speed dev (0.1), how do they affect the vehicle speed on the lane with maximum speed of 30m/s?

Does this mean that the vehicle will drive in the range between 27m/s to 33m/s (or 30m/s since the max speed is capped at 30m/s)?
And would that be because the lane-assigned speed (30m/s) is multiplied by the speed factor of 1 with deviation of 0.1? 

Thank you,
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top