The Empirical distribution is defined by the pmf, $$p(x) = \sum I(x = x_i) / k$$ for \(x_i \epsilon R, i = 1,...,k\).
The distribution is supported on \(x_1,...,x_k\).
skewness, kurtosis, entropy, mgf, cf
are
omitted as no closed form analytic expression could be found, decorate with CoreStatistics
for numerical results.
Sampling from this distribution is performed with the sample
function with the elements given as the support set and uniform probabilities. The cdf and quantile assumes that the elements are supplied in an indexed order (otherwise the results are meaningless).