powered by
Alternative central tendency measure more robust to outliers.
NNS.gravity(x, discrete = FALSE)
Returns a numeric value representing the central tendency of the distribution.
vector of data.
logical; FALSE (default) for discrete distributions.
FALSE
Fred Viole, OVVO Financial Systems
if (FALSE) { set.seed(123) x <- rnorm(100) NNS.gravity(x) }
Run the code above in your browser using DataLab