Robust centrality measure estimated as the weighted average of
the three quartiles: \((Q_1 + 2Q_2 + Q_3) / 4\), where
\(Q_1, Q_2\) and \(Q_3\) are the first, second and third
quartiles respectively.
Usage
trimean(x, ...)
# S3 method for default
trimean(x, ...)
Value
trimean (numeric value of length 1).
Arguments
x
numeric vector
...
further arguments passed to or from other methods.