fillNA | R Documentation |
Internal missing data is filled in using a cubic spline. Start and end of sample missing data is filled in using the median of the series and then smoothed with an MA(3) process.
fillNA(X)
X |
n x p numeric matrix of stationary and standardized time series |
X n \times p
numeric matrix with missing data interpolated
idx.na n \times p
logical matrix with TRUE
if missing and FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.