| internals_for_distrEx {distrEx} | R Documentation |
These functions are used internally by package distrEx.
.getIntbounds(object, low, upp, lowTQ, uppTQ, IQR.fac, ...)
object |
an object of class |
low |
given lower integration bound |
upp |
given lower integration bound |
lowTQ |
lower quantile for quantile based integration range. |
uppTQ |
upper quantile for quantile based integration range. |
IQR.fac |
factor for scale based integration range (i.e.;
median of the distribution +- |
... |
arguments passed through to other functions (in particular argument
|
.getIntbounds integration bounds are obtained
as lowB <- max(low, q.l(object)(lowTQ), median(object)-IQR.fac*IQR(object)
and uppB <- min(upp, q.l(object)(1-uppTQ), median(object)+IQR.fac*IQR(object)
.getIntbounds |
a named numeric vector with coordinates |
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de,
AbscontDistribution,
distrExIntegrate