-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: traveltimeHMM
Title: Estimate and predict travel time on road networks
Version: 0.0.0.9
Authors@R: c(
person(given = "Mohamad",
family = "Elmasri",
role = c("aut", "cre"),
email = "elmasri.m@gmail.com"),
person(given = "Aurelie",
family = "Labbe",
role = "edt"),
person(given = "Denis",
family = "Larocque",
role = "edt"),
person(given = "Laurent",
family = "Charlin",
role = "edt"),
person(given = "Eric",
family = "Germain",
role = "ctb")
)
Description: Implements a Hidden Markov Model (HMM) with a random trip effect to estimate the distribution of travel time. The HMM is used to capture dependency on hidden congestion states. The trip effect is used to capture dependency on driver behaviour. Variations of those two types of dependencies leads to four models to estimate the distribution of travel time. Prediction methods for each model is provided.
Maintainer: Mohamad Elmasri <elmasri.m@gmail.com>
URL: https://github.com/melmasri/traveltimeHMM
BugReports: https://github.com/melmasri/traveltimeHMM/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown,
stats,
graphics,
grDevices,
utils,
datasets,
methods,
base,
kableExtra
VignetteBuilder: knitr
Depends: R (>= 2.10)