distr (version 2.0.6)

getLow,getUp: getLow, getUp functions of package distr

Description

getLow, getUp return lower and upper endpoint of a distribution --- truncated to lower/upper TruncQuantile if infinite.

Usage

## S3 method for class 'AbscontDistribution':
getUp(object,
                                      eps = getdistrOption("TruncQuantile"))
## S3 method for class 'DiscreteDistribution':
getUp(object)
## S3 method for class 'AbscontDistribution':
getLow(object,
                                       eps = getdistrOption("TruncQuantile"))
## S3 method for class 'DiscreteDistribution':
getLow(object)

Arguments

object
a distribution object
eps
truncation point (numeric)

Value

  • getLow,getUpa numeric of length 1

concept

  • support
  • utilities