View source: R/prediction_spd.R
Given a base point p, a set of tangent vectors V, and covariates X, calculates Y. Used to transform model estimates p_hat, V_hat, X_hat into model predictions Y_hat.
1 | prediction_spd(p, V, X)
|
p |
p is a base point (SPD maxtrix). |
V |
V is a set of tangent vectors (dxdxdim(X) symmetric matrices). |
X |
X is a set of covariates, dimX x N column vectors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.