feas: Check feasability of a distribution (e.g. positive scale,...

View source: R/utilities.R

feasR Documentation

Check feasability of a distribution (e.g. positive scale, lower / upper bounds in correct order, etc.)

Description

Check feasability of a distribution (e.g. positive scale, lower / upper bounds in correct order, etc.)

Usage

feas(d)

Arguments

d

distributions3 object

Value

a logical, is the distribution feasible?

Examples

feas(Triangular())
feas(Triangular(a=2,b=1))

benRenard/disTRIMbution documentation built on July 1, 2023, 4:24 a.m.