Learn R Programming

cartools (version 0.1.0)

uab: Estimate distance u using second-order speed function.

Description

Estimate distance u using second-order speed function.

Usage

uab(u0,a,b,t,t0)

Arguments

u0

speed at t0, a number

a

second-order speed function parameter, a number

b

second-order speed function parameter, a number

t

forecast time, a number

t0

initial time t0, a number

Examples

Run this code
# NOT RUN {
uab(0,16,0,10,0)
# }

Run the code above in your browser using DataLab