Standard error of normal quantile estimate
Estimates standard error of normal quantile estimate
NormalQuantileStandardError(prob, n, mu, sigma, bin.size)
prob
: Tail probability. Can be a vector or scalarn
: Sample sizemu
: Mean of the normal distributionsigma
: Standard deviation of the distributionbin.size
: Bin size. It is optional parameter with default value 1Vector or scalar depending on whether the probability is a vector or scalar
# Estimates standard error of normal quantile estimate NormalQuantileStandardError(.8, 100, 0, .5, 3)
Dinesh Acharya
Dowd, K. Measuring Market Risk, Wiley, 2007.
Useful links