harmScaleTest: Test for difference in scales upon harmonic regressions

Description Usage Arguments Value

View source: R/harmScaleTest.R

Description

The Test uses the F-Test for variances to decide wether the two given time series have a comparable noise scale or on of the series has a higher noise level.

Usage

1
harmScaleTest(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.

Value

dataframe with following columns:


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

Related to harmScaleTest in DODR...