benRenard/disTRIMbution: Estimation of Trimmed (Either Truncated or Rectified) Distributions

Estimation and other utilities for trimmed distributions. Trimmed distributions are useful for bounded random variables, and include two distinct trimming methods: (1) Rectification is useful for random variables having reachable bounds. It assigns a non-zero probability mass to each bound by using the cdf of the parent untrimmed distribution. (2) Truncation is useful for random variables having unreachable bounds. It assigns a zero pdf outside of the bounds and rescale the pdf to ensure it integrates to one.

Getting started

Package details

Maintainer
LicenseGPL-3 + file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("benRenard/disTRIMbution")
benRenard/disTRIMbution documentation built on July 1, 2023, 4:24 a.m.