WAVK | R Documentation |
Statistic for testing the parametric form of a regression function, suggested by \insertCiteWang_etal_2008;textualfuntimes.
WAVK(z, kn = NULL)
z |
filtered univariate time series \insertCite@see formula (2.1) by @Wang_VanKeilegom_2007funtimes:
where |
kn |
length of the local window. |
A list with following components:
Tn |
test statistic based on artificial ANOVA and defined by \insertCiteWang_VanKeilegom_2007;textualfuntimes as a difference of mean square for treatments (MST) and mean square for errors (MSE):
where |
Tns |
standardized version of
where |
p.value |
|
Yulia R. Gel, Vyacheslav Lyubchich
wavk_test
z <- rnorm(300)
WAVK(z, kn = 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.