Learn R Programming

GeneralizedHyperbolic (version 0.8-4)

traffic: Intervals Between Vehicles on a Road

Description

Intervals between the times that 129 successive vehicles pass a point on a road, measured in seconds.

Usage

data(traffic)

Arguments

Format

The traffic data is a vector of 128 observations.

Examples

Run this code
# NOT RUN {
data(traffic)
str(traffic)

### Fit the generalized inverse Gaussian distribution
gigFit(traffic)
# }

Run the code above in your browser using DataLab