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
Returns NULL if distribution is not continuous.
Can only be used after decorating with ExoticStatistics
.