Learn Data & AI Skills | 50% off
Get 50% off unlimited learning

Distributacalcul (version 0.2.2)

kthmoment_unif: kth moment of the Uniform distribution

Description

kth moment of the Uniform distribution with min a and max b.

Usage

kthmoment_unif(k, min = 0, max = 1)

Arguments

k

kth-moment.

min, max

lower and upper limits of the distribution. Must be finite.

Value

Function :

Invalid parameter values will return an error detailing which parameter is problematic.

Details

The (continuous) uniform distribution with min and max parameters a and b respectively has density: f(x)=1ba×\bm1{x[a,b]} for x[a,b].

See Also

Other Continuous Uniform Distribution: E_unif(), Elim_unif(), Etronq_unif(), Mexcess_unif(), SL_unif(), TVaR_unif(), V_unif(), VaR_unif()

Examples

Run this code
# NOT RUN {
kthmoment_unif(k = 2, min = 3, max = 4)

# }

Run the code above in your browser using DataLab