Stability_Score | R Documentation |
Computes the stability scores for (S)MERF and (S)REEMforest methods.
Stability_Score( X, Y, Z, id, time, mtry, ntree, sto = "BM", method = "MERF", eta = c(1:ncol(X)), nvars = c(1:ncol(X)) )
X |
[matrix]: A |
Y |
[vector]: A vector containing the output trajectories. |
Z |
[matrix]: A |
id |
[vector]: Is the vector of the identifiers for the different trajectories. |
time |
[vector]: Is the vector of the measurement times associated with the trajectories in |
mtry |
[numeric]: Number of variables ramdomly picked to split each node. |
ntree |
[numeric]: Number of trees in the RF. |
sto |
[string]: Defines the covariance function of the stochastic process, can be either |
method |
[string]: Defines the method to be used, can be either "MERF" or "REEMforest". |
eta |
[numeric]: The size of the neighborhood for the stability score. Can be a vector, in this case, returns the stability scores corresponding to all the values of the vector. |
nvars |
[numeric]: The number of variables to consider among the most impotant variables. Can be a vector, in this case, the function returns the stability scores corresponding to all the values of the vector. |
A matrix with all the stability scores corresponding to the eta and nvars values. The $i$th row corresponds to the $i$th value of eta while the $i$th column corresponds to the $i$ value of nvars.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.