Description Usage Arguments Value Examples
Predict new values, given the parameters of a trained S2FA model
1 2 | s2faPredict(p, X_t_test, checkArgs = TRUE,
checkPositiveDefinite = FALSE)
|
p |
parameters of a fitted S2FA |
X_t_test |
a matrix containing the input data; their output values would be predicted |
checkArgs |
whether to check the arguments are valid; it takes more time to execute |
checkPositiveDefinite |
whether to check the covariance matrices are valid; it takes more time to execute |
a list containing the transposed predicted values ($values_t) and the covariance matrix associated with them ($Sigma_t)
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.