powered by
ComputeError evaluates the Pearson correlation coefficient, mean absolute error and root mean square error between two numeric vectors.
ComputeError
ComputeError(obs, pred)
vector of observations.
vector of predictions.
A name list with components:
# NOT RUN { data(block_3sp) smplx <- Simplex( dataFrame=block_3sp, lib="1 99", pred="105 190", E=3, columns="x_t", target="x_t") err <- ComputeError( smplx$Observations, smplx$Predictions ) # }
Run the code above in your browser using DataLab