Description Usage Arguments Details Value Recovery Use See Also Examples
Computes the Bias
1 | metric_bias(estimate, oracle, na.rm = FALSE)
|
estimate |
Estimated values from the model. |
oracle |
Known values used to generate the model. |
na.rm |
A |
The bias measures the difference between expected value of an estimated parameter and its true value.
The metric is computed under:
\operatorname{Bias}(\hat θ, θ) = E≤ft[\hatθ\right] - θ
A numeric
value for each parameter comparison.
The bias may be used to understand the difference between \hatθ matrix and the oracle θ matrix.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.