Skip to contents

Time warp a data-series using a time-offsetting model.

Usage

fit_align(x, y = NULL, by = NULL, ...)

Arguments

x

A first time-series vector or a data.frame containing time-series to use a reference when warp-fitting y.

y

A second time-series vector or a data.frame containing time-series to warp-fit with x.

by

If x or y are data.frames, the names of time-series to warp-fit.

...

Other arguments, currently ignored.

fun

A function describing the warp-fitting model to be applied.

lower

The lowest values for fun, one per parameter.

upper

The highest values for fun, one per parameter.

Author

Karl Ropkins