Learn R Programming

NeuralEstimators (version 0.1.2)

rmse: 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, ...)

Value

a dataframe giving the estimated RMSE

Arguments

assessment

an object returned by assess() (or the estimates data frame of this object)

...

optional arguments inherited from risk (excluding the argument loss)

See Also

assess(), bias(), risk()