Description Usage Arguments Value See Also
View source: R/robustHarmScaleTest.R
The Test uses the Fligner-Killeen Test for differences in scales. The test remains valid if the noise distribution contains outliers or is not-Gaussian
1 | robustHarmScaleTest(val1, val2, times1, times2, period, norm = TRUE)
|
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. |
data frame with following columns:
p.value: P-value for difference between the two time series
score: score from the underlying
fk.test
test
factor: Measure for the difference between the two fits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.