Learn R Programming

cartools (version 0.1.0)

xabparam: Estimate the parameters a and b of a first-order acceleration model a + b * t.

Description

Estimate the parameters a and b of a first-order acceleration model a + b * t.

Usage

xabparam(tstart, tend, ustart, uend, xstart, xend)

Arguments

tstart

time in seconds, a number

tend

time in seconds, a number

ustart

speed, a number

uend

speed, a number

xstart

location, a number

xend

location, a number

Examples

Run this code
# NOT RUN {
xabparam(0, 18.59797, 92.4, 0, 0, 1397.045)
# }

Run the code above in your browser using DataLab