A set of tools for generating a discrete approximation of univariate continuous distributions. The list of methods includes bracket-median, bracket-mean, extended Pearson-Tukey three point approximation, extended Swanson-Megill.
The package is not (yet) submitted to CRAN, and is located in a private repository. If one has an access to the github repo, it is possible to install the last development version:
# install.packages("devtools")
# library("devtools")
devtools::install_github("irudnyts/udiscr")