View source: R/SEM_param_matrices.R
| sem_psi_matrix | R Documentation |
Matrix with psi parameters for SEM representation
sem_psi_matrix(psis, n_timestamps, n_features)
psis |
double vector with psi parameter values |
n_timestamps |
number of time stamps (e.g. years) |
n_features |
number of features (e.g. population size, investment rate) |
A matrix with n_timestamps rows and
(n_timestamps - 1) * n_features columns. Psis are filled in row by row
in a block manner, i.e. blocks of size n_features are placed next to
each other
sem_psi_matrix(1:30, 4, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.