The squared 2-norm of the pdf evaluated over the whole support by default or given limits.
squared2Norm(object, lower = NULL, upper = NULL)
Distribution.
lower limit for integration, default is infimum.
upper limit for integration, default is supremum.
Squared 2-norm of pdf evaluated between limits as a numeric.
$squared2Norm(lower = NULL, upper = NULL)
The squared 2-norm of the pdf is defined by $$\int (f_X(u))^2 du$$ where X is the Distribution and \(f_X\) is its pdf.
If an analytic expression isn't available, returns error. To impute a numerical expression, use the
ExoticStatistics
decorator.