Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] flows

Dear all, 

How to model a flow that a vehicle will be emitted following a Poisson distribution, and at the same time with a given traffic volume?

For example, I tried to use attributes of "probability" and "number":
<routes>
  <vType id="normal_car" vClass="passenger" departspeed="13.89" maxSpeed="13.89" />  
 
  <flow id="upflow" type="normal_car" begin="0" end="5000" probability="0.01" number="1200" from="downin" to="upout" departPos="last"/>
</routes>

I am not sure the range of probability that will lead the vehicles to follow a Poisson distribution? 

Thanks,
Yajun 




Back to the top