usdBBridge: The 'usdBBridge' function from Iacus.

Description Usage Arguments Value Examples

Description

The usdBBridge function from Iacus.

Usage

1
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

1
2
usdBBridge(41, 11, 90000, 15)
usdBBridge(18.8, 3.9, 90000, 15)

cartools documentation built on May 1, 2019, 10:40 p.m.