NNS.gravity | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.