bias {NeuralEstimators} | R Documentation |
computes a Monte Carlo approximation of an estimator's bias
Description
computes a Monte Carlo approximation of an estimator's bias
Usage
bias(assessment, ...)
Arguments
assessment |
an object returned by assess() (or the estimates data frame of this object)
|
... |
optional arguments inherited from risk (excluding the argument loss )
|
Value
a dataframe giving the estimated bias
See Also
assess()
, risk()
, rmse()
[Package
NeuralEstimators version 0.1.0
Index]