powered by
hm function estimates half moment from some predefined constant C. cbias function calculates bias based on hm.
hm
C
cbias
hm(x, C = mean(x), digits = 5, ...)cbias(x, C = mean(x), digits = 5, ...)
cbias(x, C = mean(x), digits = 5, ...)
A variable based on which HM is estimated.
Centering parameter.
Number of digits for rounding.
Other parameters passed to mean function.
A complex variable is returned for hm function and real value is returned for cbias.
NA values of x are excluded on the first step of calculation.
NA
x
# NOT RUN { x <- rnorm(100,0,1) hm(x) cbias(x) # }
Run the code above in your browser using DataLab