time_weights {ssMRCD} | R Documentation |
Band weight matrix for time series groupings
Description
Band weight matrix for time series groupings
Usage
time_weights(N, off_diag)
Arguments
N |
number of groups. |
off_diag |
vector for off-diagonal values unequal to zero. |
Value
Returns weight matrix for time series groups appropriate for ssMRCD
.
See Also
Examples
time_weights(N = 10, off_diag = c(2,1))
[Package ssMRCD version 1.1.0 Index]