Description Usage Arguments Value
Evaluate tensor predictor regression through prediction mean squared error.
1 | PMSE(Xn, Yn, Bhat)
|
Xn |
A predictor tensor. |
Yn |
A response vector. |
Bhat |
An estimation of coefficient tensor. |
mse |
Mean squared error. Defined as trace(∑_{i=1}^n(\mathbf{Y}_i-\hat{\mathbf{Y}}_i)(\mathbf{Y}_i-\hat{\mathbf{Y}}_i)'/n), where \hat{\mathbf{Y}}_i is the predictions. |
Yhat |
The predictions of tensor predictor regression. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.