Learn R Programming

distr6 (version 1.3.6)

squared2Norm: Squared Probability Density Function 2-Norm

Description

The squared 2-norm of the pdf evaluated over the whole support by default or given limits.

Usage

squared2Norm(object, lower = NULL, upper = NULL)

Arguments

object

Distribution.

lower

lower limit for integration, default is infimum.

upper

upper limit for integration, default is supremum.

Value

Squared 2-norm of pdf evaluated between limits as a numeric.

R6 Usage

$squared2Norm(lower = NULL, upper = NULL)

Details

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.

See Also

ExoticStatistics and decorate