Skip to content

Commit

Permalink
readme update;
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad committed Sep 5, 2022
1 parent 863f7dd commit 4bf1112
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Title: Estimate and predict travel time on road networks
# Estimate and predict travel time on road networks

Implements two methods for prediction of average travel time on a route
and its uncertainty (variance): a general population-based prediction,
Expand All @@ -9,6 +9,10 @@ intervals. The trip-specific methods integrates route data to provide
tight route-specific Gaussian-based predictive distribution. From which,
average travel time and prediction intervals are supplied.

Package is based on [Elmasri et. al. (2020)](https://arxiv.org/abs/2004.11292).

[Package website](https://melmasri.github.io/traveltimeCLT/)

## Installation

Install from [GitHub](https://github.com/melmasri/traveltimeCLT) with:
Expand Down

0 comments on commit 4bf1112

Please sign in to comment.