Learn R Programming

align (version 0.1.0)

dtw_r: dtw_r

Description

dtw_r

Usage

dtw_r(target, candidate, g, edge)

Value

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

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

Examples

Run this code
dtw_r(target_data,candidate_data,0.98,0.15)

Run the code above in your browser using DataLab