Statistical Shortest Path Problem Flashcards
What is statistical shortest path?
It uses mean and variance to capture model uncertainties
What kind of statistical uncertainties does the this method cover? Examples
I.E process variation, temperature variation, voltage variation, trip planning
What is the difference between previous path problems and statistical ones?
Previous methods do not account for model uncertainties and are deterministic. I.E link cost = li whereas in statistical method link cost = (mu, sigma^2)
What are assumptions made when modelling transportation road modelling? (2)
- That each link delay is Gaussian distributed
- Delays of each link are independent of other links
How would we denote travel time for a path (pi) ?
t(pi) = N(mu(pi), sigma^2(pi))
mu = sum from first link to last link INath of mu-e
sigma^2 = sum from first link to last link IN path of sigma^2-e
N: normally distributed with following mean and s.d
e: link
mu-e : link mean
sigma^2-e : link variance
How to calculate expected cost of travelling when using path pi if cost is C(t) = t
Expected cost of pi = EC(pi) = integral from -infinity to +infinity of t*f(t) dt = mu(pi)
- f(t) : delay pdf.
What happens to the expected cost of travelling when using path PI if the cost of the path increases sharpy?
It becomes very large:
Expected cost of pi = EC(pi) = integral from -infinity to +infinity of e^(kt)f(t) dt = e(kmu(pi) + (k*sigma^2pi)/2)
- f(t) : delay pdf.
How could