Learn R Programming

ExtDist: Extending the Range of Functions for Probability Distributions

A consistent, unified and extensible framework for estimation of parameters for probability distributions, including parameter estimation procedures that allow for weighted samples; the current set of distributions included are: the standard beta, the four-parameter beta, Burr, gamma, Gumbel, Johnson SB and SU, Laplace, logistic, normal, symmetric truncated normal, truncated normal, symmetric-reflected truncated beta, standard symmetric-reflected truncated beta, triangular, uniform, and Weibull distributions; decision criteria and selections based on these decision criteria.

Online version of documentation is available at GitHub Pages.

Notable updates

0.7-4 (2025-09-17)

Fixed a couple of errors in "Normal_trunc_ab" parameter estimation

0.7-1 (2023-01-16)

Long-standing bug in Weibull and gamma distributions was fixed:

  • for gamma distribution, scale parameter was passed as a rate in stats::*gamma calls

  • for Weibull distribution, stats::*gamma was called instead of stats::*weibull

Copy Link

Version

Install

install.packages('ExtDist')

Monthly Downloads

1,398

Version

0.7-4

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Oleksii Nikolaienko

Last Published

September 23rd, 2025

Functions in ExtDist (0.7-4)

Normal_trunc_ab

The truncated normal distribution.
SRTB_ab

The symmetric-reflected truncated beta (SRTB) distribution.
SSRTB

The standard symmetric-reflected truncated beta (SSRTB) distribution.
Normal

The Normal Distribution.
Weibull

The Weibull Distribution.
Triangular

The Triangular Distribution.
Normal_sym_trunc_ab

The symmetric truncated normal distribution.
Uniform

The Uniform Distribution.
Laplace

The Laplace Distribution.
bestDist

Finding the best distribution for a (weighted) sample.
eDist

S3 methods for manipulating eDist objects.
compareDist

Compare a sample to one or more fitted distributions
wmle

Weighted Maximum Likelihood Estimation.
Logistic

The Logistic Distribution.
eval.estimation

Parameter Estimation Evaluation.
JohnsonSB

The Johnson SB distribution.
ExtDist-package

Extended Probability Distribution Functions
DistSelCriteria

Distribution Selection Criteria.
Beta

The Standard Beta Distribution.
JohnsonSU

The Johnson SU distribution.
Gamma

The Gamma Distribution.
Beta_ab

The four-parameter beta distribution.
Gumbel

The Gumbel distribution
Exponential

The Exponential Distribution.
Burr

The Burr Distribution.