bias: Bias

Description Usage Arguments Details References

Description

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.

Usage

1
bias(observados, estimados)

Arguments

observados

vector of values observed.

estimados

vector of values estimated.

Details

bias = (sum(estimados-observados))/length(observados)

References

see https://en.wikipedia.org/wiki/Bias_of_an_estimator for more details.


Fgmutils documentation built on May 2, 2019, 9:16 a.m.

Related to bias in Fgmutils...