50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


distr6 (version 1.3.6)

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

object

Distribution.

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.

R6 Usage

$cdfAntiDeriv(lower = NULL, upper = NULL)

Details

The cdf anti-derivative is defined by acdf(a,b)=abFX(x)dx where X is the distribution, FX is the cdf of the distribution X and a,b are the limits of integration.

Can only be used after decorating with ExoticStatistics.

See Also

ExoticStatistics and decorate