The p-norm of the pdf evaluated between given limits or over the whole support.
pdfPNorm(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 pdf evaluated between limits as a numeric.
$pdfPNorm(p = 2, lower = NULL, upper = NULL)
The p-norm of the pdf is defined by $$(\int_a^b |f_X|^p d\mu)^{1/p}$$ where X is the distribution, \(f_X\) is the pdf and a,b are the limits of integration.
Returns NULL if distribution is not continuous.
Can only be used after decorating with ExoticStatistics
.