Description Usage Arguments Details References
In statistics, the bias (or bias function) of an estimator is the difference between this estimator's expected value and the true value of the parameter being estimated. An estimator or decision rule with zero bias is called unbiased. Otherwise the estimator is said to be biased.
1 | bias(observados, estimados)
|
observados |
vector of values observed. |
estimados |
vector of values estimated. |
bias = (sum(estimados-observados))/length(observados)
see https://en.wikipedia.org/wiki/Bias_of_an_estimator for more details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.