predict.traveltimeCLT.trip_specific returns the predicted mean and variance of travel time for a specific route and start time.

# S3 method for traveltimeCLT.population
predict(N, population_parameters, level = 0.95)

Arguments

N

Number of links in a route.

population_parameters

An output of population_estimates, see ?population_estimates.

level

Significance level.

Value

Returns a list of predictions.

Examples

if (FALSE) {

}