calculateMAE: Internal: Calculate prediction metrics

View source: R/helper_predict.R

calculateMAER Documentation

Internal: Calculate prediction metrics

Description

Currently, the following prediction measures are available:

Usage

calculateMAE(resid)

Details

  • Mean absolute error

  • Mean absolute percentage error

  • Mean squared error

  • Root mean squared error

  • Theil's forecast accuracy

  • Theil's forecast quality

  • Bias proportion of MSE

  • Regression proportion of MSE

  • Disturbance proportion of MSE

Value

A vector of the prediction measures for the observed variables belonging to endogenous constructs


cSEM documentation built on Nov. 25, 2022, 1:05 a.m.