Learn R Programming

NeuralEstimators (version 0.2.0)

bias: computes a Monte Carlo approximation of an estimator's bias

Description

computes a Monte Carlo approximation of an estimator's bias

Usage

bias(assessment, ...)

Value

a dataframe giving the estimated bias

Arguments

assessment

an object returned by assess()

...

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

See Also

assess(), risk(), rmse()