xab: Estimate distance 'x' using second-order speed function.

Description Usage Arguments Examples

View source: R/xab.R

Description

Estimate distance x using second-order speed function.

Usage

1
xab(x0,u0,a,b,t,t0)

Arguments

x0

location at t0, a number

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

1
xab(0,0,16,0,10,0)

PJOssenbruggen/Basic documentation built on May 25, 2019, 1:20 p.m.