Limited mean of the Normal distribution with mean
Elim_norm(d, mean = 0, sd = 1)
cut-off value.
mean (location) parameter
standard deviation
Function :
MGF_norm
gives the moment generating function (MGF).
E_norm
gives the expected value.
V_norm
gives the variance.
Etronq_norm
gives the truncated mean.
SL_norm
gives the stop-loss.
Elim_norm
gives the limited mean.
Mexcess_norm
gives the mean excess loss.
TVaR_norm
gives the Tail Value-at-Risk.
VaR_norm
gives the Value-at-Risk.
Invalid parameter values will return an error detailing which parameter is problematic.
The Normal distribution with mean
Other Normal distribution:
E_norm()
,
Etronq_norm()
,
MGF_norm()
,
Mexcess_norm()
,
SL_norm()
,
TVaR_norm()
,
V_norm()
,
VaR_norm()
# NOT RUN {
Elim_norm(d = 2, mean = 2, sd = 5)
# }
Run the code above in your browser using DataLab