Description Usage Arguments Details Value Author(s) References See Also Examples
Uniformity test for the periodogram
1 | periodogram_test(object, plot = TRUE)
|
object |
an object created by |
plot |
a logical indicating whether the cumulative probability should be plotted |
A Kolmogorov-Smirnov (KS) test is performed to evaluate de uniformity of the I≤ft(ω\right).
See ks.test
for details on KS tests.
This function does not return a value.
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
Box, G., Jenkins, G., Reinsel, G. (1994) Time Series Analysis : Forecasting and Control. 3 ed., Prentice Hall.
Diggle, P. J. (1990) Time Series: A Biostatistical Introduction. Oxford University Press.
fit_core
,get_residuals
,periodogram
1 2 3 4 5 6 | data(admrio)
setup(admrio,"date")
f <- resp5~s(time)+weekdays+s(tmpmax)+s(humid)
m <- fit_core(f)
p <-periodogram(m,test=FALSE)
periodogram_test(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.