getLow,getUp {distr} | R Documentation |
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
## S4 method for signature 'AbscontDistribution':
getUp(object,
eps = getdistrOption("TruncQuantile"))
## S4 method for signature 'DiscreteDistribution':
getUp(object)
## S4 method for signature 'AbscontDistribution':
getLow(object,
eps = getdistrOption("TruncQuantile"))
## S4 method for signature 'DiscreteDistribution':
getLow(object)
Arguments
object |
a distribution object |
eps |
truncation point (numeric) |
Value
getLow,getUp |
a numeric of length 1 |
Author(s)
Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de
[Package
distr version 2.0.6
Index]