NNS.gravity {NNS} | R Documentation |
Alternative central tendency measure more robust to outliers.
NNS.gravity(x, discrete = FALSE)
x |
vector of data. |
discrete |
logical; |
Returns a numeric value representing the central tendency of the distribution.
Fred Viole, OVVO Financial Systems
## Not run:
set.seed(123)
x <- rnorm(100)
NNS.gravity(x)
## End(Not run)