powered by
Compute average absolute deviation from the sample median, which is a consistent robust estimate of the population standard deviation for normally distribution data Gastwirth_1982lawstat. NAs from the data are omitted.
NA
j.maad(x)
a numeric vector of data values.
Robust standard deviation.
cd, gini.index, rqq, rjb.test, sj.test
cd
gini.index
rqq
rjb.test
sj.test
# NOT RUN { ## Sample 100 observations from the standard normal distribution x = rnorm(100) j.maad(x) # }
Run the code above in your browser using DataLab