mc.right {envoutliers} | R Documentation |
Right medcouple (RMC) - Only intended for developer use
Description
Calculates right medcouple (RMC).
The function is called by KRDetect.outliers.changepoint
and is not intended for use by regular users of the package.
Usage
mc.right(x)
Arguments
x |
a numeric vector of data values. |
Details
This function computes right medcouple (RMC). The function is exported for developer use only. It does not perform any checks on inputs since it is only a convenience function.
Value
A numeric value giving right medcouple
References
Brys G, Hubert M, Struyf A (2008). Goodness-of-fit tests based on a robust measure of skewness. Computational Statistics, 23(3), 429–442.
Todorov V, Filzmoser P (2009). An Object-Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software, 32(3), 1-47. URL http://www.jstatsoft.org/v32/i03/.
[Package envoutliers version 1.1.0 Index]