Description Usage Arguments Value Examples
Calculate regression statistics
1  | regressStats(pred, y, scale = 12)
 | 
pred | 
 Predicted (yhat) values  | 
y | 
 Actual values  | 
scale | 
 number of periods in a year (default=12)  | 
Vector with RSquared, TE (tracking error), MAE (mean absolute error), and RMSE (root mean square error)
1  | regressStats(pred, y)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.