kth moment of the Uniform distribution
with min
kthmoment_unif(k, min = 0, max = 1)
kth-moment.
lower and upper limits of the distribution. Must be finite.
Function :
E_unif
gives the expected value.
V_unif
gives the variance.
kthmoment_unif
gives the kth moment.
Etronq_unif
gives the truncated mean.
SL_unif
gives the stop-loss.
Elim_unif
gives the limited mean.
Mexcess_unif
gives the mean excess loss.
TVaR_unif
gives the Tail Value-at-Risk.
VaR_unif
gives the Value-at-Risk.
Invalid parameter values will return an error detailing which parameter is problematic.
The (continuous) uniform distribution with min and max parameters
Other Continuous Uniform Distribution:
E_unif()
,
Elim_unif()
,
Etronq_unif()
,
Mexcess_unif()
,
SL_unif()
,
TVaR_unif()
,
V_unif()
,
VaR_unif()
# NOT RUN {
kthmoment_unif(k = 2, min = 3, max = 4)
# }
Run the code above in your browser using DataLab