SEM_psi_matrix | R Documentation |
Matrix with psi parameters for SEM representation
SEM_psi_matrix(psis, timestamps_n, features_n)
psis |
double vector with psi parameter values |
timestamps_n |
number of time stamps (e.g. years) |
features_n |
number of features (e.g. population size, investment rate) |
A matrix with timestamps_n
rows and
(timestamps_n - 1) * feature_n
columns. Psis are filled in row by row
in a block manner, i.e. blocks of size feature_n
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.