The anti-derivative of the survival function between given limits or over the full support.
survivalAntiDeriv(object, lower = NULL, upper = NULL)
Distribution.
lower limit for integration, default is infimum.
upper limit for integration, default is supremum.
Antiderivative of the survival function evaluated between limits as a numeric.
$survivalAntiDeriv(lower = NULL, upper = NULL)
The survival anti-derivative is defined by $$as(a, b) = \int_a^b S_X(x) dx$$ where X is the distribution, \(S_X\) is the survival function of the distribution \(X\) and \(a, b\) are the limits of integration.
Can only be used after decorating with ExoticStatistics
.