Learn R Programming

cartools (version 0.1.0)

usdBBridge: The usdBBridge function from Iacus.

Description

The usdBBridge function from Iacus.

Usage

usdBBridge(umn, usd, N, T)

Arguments

umn

mean speed (mph), a number

usd

standard deviation of umn, a number

N

number of time-steps, a number

T

upper time range in minutes, a number

Value

The usdBBridge function returns information for a single vehicle used to analyze the effects of traffic noise on car-following. The model, a stochastic traffic noise model, is assumed to be a Brownian bridge model. Distance x is estimated with the forward Euler method.

Examples

Run this code
# NOT RUN {
usdBBridge(41, 11, 90000, 15)
usdBBridge(18.8, 3.9, 90000, 15)
# }

Run the code above in your browser using DataLab