mrb {MCCM} | R Documentation |
Calculate the MRB of an array of estimates relative to the true value.
mrb(rhohat, rho)
rhohat |
an array of estimators of rho. |
rho |
the true value of rho. |
the mean relative bias of rhohat array.
rho = 0.5
rhohat = 0.5 + rnorm(10)
mrb(rhohat,rho)