Estimated third order moment for a time series.
third(data, n.lag, centre = TRUE, outmax = TRUE, plot = TRUE)
a vector of equally spaced numeric observations (time series).
the number of lags, maximum = length of time series.
centre series by subtracting mean (default=TRUE).
display the (x,y) lag co-ordinates for the maximum and minimum values (default=TRUE).
contour plot of the third order moment (default=TRUE).
The axis --n.lag
to n.lag
.
The estimated third order moment in the range --n.lag to n.lag, including the symmetries.
The third-order moment is the extension of the second-order moment
(essentially the autocovariance). The equation for the third order moment at
lags (j,k) is: nonlintest
.
# NOT RUN {
data(CVD)
third(CVD$cvd, n.lag=12)
# }
Run the code above in your browser using DataLab