rmse {NeuralEstimators} | R Documentation |
computes a Monte Carlo approximation of an estimator's root-mean-square error (RMSE)
Description
computes a Monte Carlo approximation of an estimator's root-mean-square error (RMSE)
Usage
rmse(assessment, ...)
Arguments
assessment |
an object returned by |
... |
optional arguments inherited from |
Value
a dataframe giving the estimated RMSE
See Also
[Package NeuralEstimators version 0.1.0 Index]