dtw_r {align}R Documentation

dtw_r

Description

dtw_r

Usage

dtw_r(target, candidate, g, edge)

Arguments

target

The target time series

candidate

The candidate time series

g

The g parameter value for alignment

edge

The edge parameter value for alignment

Value

The aligned candidate dataset (ri,t_out) and the corresponding Pearson's correlation coefficient (xc).

Examples

dtw_r(target_data,candidate_data,0.98,0.15)

[Package align version 0.1.0 Index]