View source: R/general_helpers.R
time_weights | R Documentation |
Band weight matrix for time series groupings
time_weights(N, off_diag)
N |
number of groups. |
off_diag |
vector for off-diagonal values unequal to zero. |
Returns weight matrix for time series groups appropriate for ssMRCD
.
geo_weights
, rescale_weights
time_weights(N = 10, off_diag = c(2,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.