distSym | R Documentation |
From a sample from a distribution computes a symmetry measure. By default it is the gap between the mean and the 0.95 quantile divided by the gap between the 0.05 quantile and the mean.
distSym(x, prob = 0.9, na.rm = FALSE)
x |
a numeric vector representing a sample from a continuous distribution |
prob |
quantile interval coverage |
na.rm |
set to |
a scalar with a value of 1.0 indicating symmetry
Frank Harrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.