rmse: computes a Monte Carlo approximation of an estimator's...

View source: R/core.R

rmseR 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 assess()

...

optional arguments inherited from risk() (excluding the argument loss)

Value

a dataframe giving the estimated RMSE

See Also

assess(), bias(), risk()


NeuralEstimators documentation built on Sept. 10, 2026, 1:12 a.m.