The p-norm of the survival function evaluated between given limits or over the whole support.
survivalPNorm(object, p = 2, lower = NULL, upper = NULL)
Distribution.
p-norm to calculate.
lower limit for integration, default is infimum.
upper limit for integration, default is supremum.
Given p-norm of survival function evaluated between limits as a numeric.
$survivalPNorm(object, p = 2, lower = NULL, upper = NULL)
The p-norm of the survival function is defined by $$(\int_a^b |S_X|^p d\mu)^{1/p}$$ where X is the distribution, \(S_X\) is the survival function and a,b are the limits of integration.
Returns NULL if distribution is not continuous.
Can only be used after decorating with ExoticStatistics
.