robustDODR: Asymmetric variant of Chow method applied on harmonic...

Description Usage Arguments Details Value

View source: R/robustDODR.R

Description

Asymmetric variant of Chow method applied on harmonic regression

Usage

1
robustDODR(val1, val2, times1, times2, period, norm = TRUE)

Arguments

val1

matrix: data for values in first set. One column per sample, one row per time point

val2

matrix: data for values in second set. One column per sample, one row per time point

times1

vector: times of first set.

times2

vector: times of second set.

period

numeric: period of the oscillations. Same unit as the time points in times1 and times2

norm

boolean: whether to normalize the time series (division by mean), prior to the analysis.

Details

This test uses a robust Fitting drop test to test for differences between two time series. Therefore the time series are fitted to sine curves with a fixed period length and free phase and amplitude. In one case phase and amplitude have two be the same for both series, in the other case phase and amplitude could differ for the two series.

Value

data frame with following columns:


DODR documentation built on May 2, 2019, 8:33 a.m.

Related to robustDODR in DODR...