Queueing model - Public Transportation PhD thesis

In summary, the conversation revolved around the topic of queueing model and its application to a PhD thesis on public transportation. The individual was having trouble finding materials specific to the problem of passenger waiting time at bus stations. Suggestions were given for books and tutorials on queueing theory and modeling stochastic processes. The use of Poisson distribution and rate diagrams were also mentioned. Specific examples and guidance were requested.
  • #1
Mark J.
81
0
Queueing model -- Public Transportation PhD thesis

Just started to work on my PhD.
Thesis is on public transport modeling basing on passenger waiting time on bus station for bus routes inside the city.Actually I found plenty of materials on queueing theory but specifically on this problem seems that I cannot find anything to read.Somebody can help?

Regards
 
Mathematics news on Phys.org
  • #2


Mark J. said:
Just started to work on my PhD.
Thesis is on public transport modeling basing on passenger waiting time on bus station for bus routes inside the city.Actually I found plenty of materials on queueing theory but specifically on this problem seems that I cannot find anything to read.Somebody can help?

Regards

Hey Mark J and welcome to the forums.

You will need to be a little more specific with what you want and what you are having trouble with.

What kind of background in math do you have? What problem specifically are you having? Do you have information on the assumptions you are making for your model? Do you understand the mathematical preliminaries of queuing theory?

I'm afraid we need a little more information and specifics about what problem you're facing.
 
  • #3


Thx Chiro,
I have a master on system engineering so I presume I have a good math background.Specifically I am having a problem of not finding any material from people who have researched similar problem on public transport.So I am a little disappointed on having enough data for the assumptions I have to make on my model.The professor in charge for surveying my work is always busy and I cannot count very much on help so I presume I have to create all the model by myself.I need some help pls.
 
  • #4


I think the first thing to do is to outline the states of your system. If you have a discrete system you will want to build a markov chain out of the conditional probabilities. Then you can evolve the chain for any time-step to see how it evolves over time.

You can then use the chain to state conditional distributions and using those you can find statistics like mean, variance etc.

I am not really sure about the states in your system (or even what the system is!) so I can't really give a specific answer.

One book that you should probably get is called "Introduction to Probability Models" 9th Edition by Sheldon M. Ross. It describes markov chains and processes, and has an entire chapter dedicated to queuing theory. If you are good at picking up math, you will probably find what you're looking for faster than I can help you. Since you're doing a PhD, I'm betting that the library should have a copy (even if it isn't the latest edition).
 
  • #5
People arriving at the bus station

Hi.
I want to create a math model of people arriving at bus stations on a single route.The idea is to study the whole process in order to make some suggestions about minimizing waiting time at the bus station.I am not very well understanding the problem so please can you suggest some literature about this specific problem?
I have seen some books on queueing theory bu I need some more specific topics on these problem in order to get acquainted with the problem ASAP.
Thank you in advance
 
  • #7
Modeling

Where can I find a tutorial/literature explaining step by step modeling of Poisson processes?
I find rather confusing all this math literature explaining modeling without some real life cases.
Please help
 
  • #8


A simple example is radioactive decay.
 
  • #9
Modeling of stochastic processes

Hi
Maybe my question is a little bit general but I really need some source of reading for queuing process modeling.
I am working on a thesis about modeling of bus arrival process but actually I am not quite acquainted with modeling process(the steps that I should follow for making it real)
I really need some step by step tutorial on modeling stochastic processes no matter which process it is.The problem is that I am really not very oriented about way I should follow on making this modeling.

Best regards and sorry if my question sounds strange maybe :)
 
  • #10


Mark J. said:
Hi
Maybe my question is a little bit general but I really need some source of reading for queuing process modeling.
I am working on a thesis about modeling of bus arrival process but actually I am not quite acquainted with modeling process(the steps that I should follow for making it real)
I really need some step by step tutorial on modeling stochastic processes no matter which process it is.The problem is that I am really not very oriented about way I should follow on making this modeling.

Best regards and sorry if my question sounds strange maybe :)

Hello MarkJ and welcome to the forums.

A good book that I've used is Introductory To Probability Models by Sheldon M. Ross. I'm not sure what edition it's up to, but I've got the tenth edition which was published in 2010.

From the sounds of it, you need to first set up a rate diagram and then use some probability results to calculate what you need to calculate (like a probability distribution, expected waiting time and so on). The book goes into these kinds of things in some detail.

If you need more examples of "worked out problems" I can recommend Shaums Outline of Probability, Random Variables, & Random Processes. Chapter 9 of that book is dedicated to Queuing Theory and has a lot of worked out problems.

In terms of orientation, the queuing models typically use the in/out model of a queue. You use poisson processes to model probability of so many "events" happening (think number of customers entering a queue, number of passengers waiting for bus and so on).

You then construct a rate diagram, and use that to calculate what you need to calculate.

For your situation, I would study the generic queuing models and then simplify from there. It will help you since most real world problems do not simplify, and I'm guessing yours is no exception. If it does simplify, then just use the constraints to get simplified answers.
 
  • #11


Mark J. said:
Hi
Maybe my question is a little bit general but I really need some source of reading for queuing process modeling.
I am working on a thesis about modeling of bus arrival process but actually I am not quite acquainted with modeling process(the steps that I should follow for making it real)
I really need some step by step tutorial on modeling stochastic processes no matter which process it is.The problem is that I am really not very oriented about way I should follow on making this modeling.

Best regards and sorry if my question sounds strange maybe :)

The key question is, what type of mathematical model are you looking to build?

If your bus arrival process is simple and clean, maybe you can look at building a Markov model and solve it analytically. (Sheldon Ross, etc.)

Chances are, though, that the actual process is too complicated to be modeled analytically. A common solution is to build a discrete-event simulation model based on the assumptions of the bus arrival process. You can do so with simulation packages such as Arena, Simul8 or AutoMod; or even write programs out of C++. Then you are better off with a book on discrete event simulation, which will give you the basics on markov models anyway.
 
  • #12


Mark J,

To me, "modeling" and "simulation" have different connotations. So when you say you are interested in "modeling" a real world problem, I think in terms of creating symbolic equations. In contrast, if you are interested in "simulating" a real world problem, I think in terms of writing a computer program that represents the situation you wish to analyze.

Even if you are not interested in "simulating" the problem, I suggest that you at least try to imagine how you would write a simulation of it because that would give you a hint at how to "model" it.
 
  • #13
Data collection

Hi All
Working on my "Transport Planning Model" research I am on the phase of data collecting.
I am working on a single bus route with about 22 bus stops.
It is very difficult to collect data about bus arrivals and people arrivals at the bus stop(to check later which distribution they fit) for a long period.
I even don't know how much data is needed for this research.
Any help or advice about other approaches to this problem?
Regards
 
  • #14


Suppose you have a probability model for a process and it requires specifying certain parameters. You can simulate the process and also simulate your data collection. From the simulated data collection you can see how well you are able to reconstruct the parameters that you used. You can also simulate the process using two different probability models and see how well you can use simulated data collection to discriminate between the two models. If you data collection method can make errors you may also be able to simulate that.

For very simple cases you can use the theory of "confidence intervals" to tell you how much data to collect (although the term "confidence interval" is an over-selling of what such intervals really are).

If you are going to fit a multivariate polynomial equation to your data, collecting data for that purpose is covered by a theory called "the design of experiments" ( which is another example of misleading terminology since it doesn't study the full generality of the things that normal people call experiments).
 
  • #15


Thank you for the fast answer.
Anyway I am not very clear on the steps I should undertake.
Can you please kindly recommend me any reading describing similar simulation process step by step.
On the net I really didn't find anything suitable .
Regards
 
  • #16
Combining 2 processes...

Hi...
Talking about passengers arrival at the bus stop and buses arrival at the bus stop how can I combine these processes together to think about people waiting time for the bus?
Any topic to be studied or literature advised?

Please help

Regards
 
  • #17


Mark J. said:
Hi...
Talking about passengers arrival at the bus stop and buses arrival at the bus stop how can I combine these processes together to think about people waiting time for the bus?
Any topic to be studied or literature advised?

Please help

Regards

Queueing theory. A word with five consecutive vowels, if you're looking to win a bar bet.

http://en.wikipedia.org/wiki/Queueing_theory
 
  • #18
Queueing model

Hi
Which in your opinion is the queueing model that better fits to public bus transport if we suppose that passenger numbers arriving to station is infinite?I tried to find something like
M/M/s/inf...but nothing found...please help?
Regards
 
  • #19


(Moderator's note -- multiple duplicate threads on the same subject merged into this one thread)
 

1. What is a queueing model and how is it used in public transportation?

A queueing model is a mathematical approach used to study the behavior and performance of a waiting line or queue. In public transportation, it is used to analyze and optimize the flow of passengers through various stages of the transportation system, such as ticketing, security, and boarding. This helps to identify potential bottlenecks and improve the overall efficiency of the system.

2. What are the key components of a queueing model in public transportation?

The key components of a queueing model in public transportation include the arrival rate of passengers, the service rate (time taken to process each passenger), the number of servers (ticketing booths, security checkpoints, etc.), and the queue discipline (how passengers are served, e.g. first-come-first-served or priority-based). Other factors such as passenger behavior and system capacity may also be considered.

3. How do queueing models help in predicting and managing passenger flow in public transportation?

By using historical data and mathematical equations, queueing models can predict the average waiting time, queue length, and service time for a given system. This information can then be used to optimize the system by adjusting staffing levels, improving processes, or implementing new technologies. This helps in managing passenger flow and reducing congestion, resulting in a more efficient and reliable transportation system.

4. What are some limitations of using queueing models in public transportation?

One limitation of using queueing models is that they are based on assumptions and simplifications, which may not always reflect the complex and dynamic nature of public transportation systems. Additionally, the accuracy of the model depends on the quality of data used, and it may not account for unpredictable events such as delays or emergencies. Therefore, it is important to constantly validate and update the model to ensure its effectiveness.

5. How can queueing models be applied to improve public transportation systems?

Queueing models can be used in various ways to improve public transportation systems. They can help in designing and optimizing the layout and operations of facilities, such as ticketing areas and boarding gates. They can also aid in developing strategies for managing passenger flow during peak hours or special events. Additionally, they can be used to evaluate the impact of proposed changes or improvements to the system before implementation.

Similar threads

  • STEM Academic Advising
Replies
8
Views
928
  • STEM Career Guidance
Replies
5
Views
2K
  • Beyond the Standard Models
Replies
2
Views
2K
  • STEM Academic Advising
Replies
6
Views
836
Replies
9
Views
2K
  • STEM Academic Advising
Replies
3
Views
1K
  • STEM Academic Advising
Replies
7
Views
2K
Replies
3
Views
928
Replies
1
Views
5K
Replies
11
Views
2K
Back
Top