cdfAntiDeriv: Cumulative Distribution Function Anti-Derivative
Description
The anti-derivative of the cumulative distribution function between given limits or
over the full support.
Usage
cdfAntiDeriv(object, lower = NULL, upper = NULL)
Arguments
lower
lower limit for integration, default is infimum.
upper
upper limit for integration, default is supremum.
Value
Antiderivative of the cdf evaluated between limits as a numeric.