Description Usage Arguments Details Value Author(s) See Also
Converts a vector into a matrix where each column is a moving window
1 | make.response.mat(X, bw = 5)
|
X |
The vector to be processed |
bw |
The bandwidth of the moving window, where the length of the
moving window is |
Near the beginning and end of the series, the moving window is padded with
NA
's as necessary.
This function is not exported and is used only by fitQslow
, which,
in turn, exists for validation of fitQ
.
A matrix, where each column contains the elements of the
progressing moving window across X
.
Landon Sego
This function is used in fitQslow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.