Learn R Programming

distr6 (version 1.3.2)

survivalPNorm: Survival Function P-Norm

Description

The p-norm of the survival function evaluated between given limits or over the whole support.

Usage

survivalPNorm(object, p = 2, lower = NULL, upper = NULL)

Arguments

object

Distribution.

p

p-norm to calculate.

lower

lower limit for integration, default is infimum.

upper

upper limit for integration, default is supremum.

Value

Given p-norm of survival function evaluated between limits as a numeric.

R6 Usage

$survivalPNorm(object, p = 2, lower = NULL, upper = NULL)

Details

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.

See Also

ExoticStatistics and decorate