Learn R Programming

Dowd (version 0.12)

NormalQuantileStandardError: Standard error of normal quantile estimate

Description

Estimates standard error of normal quantile estimate

Usage

NormalQuantileStandardError(prob, n, mu, sigma, bin.size)

Arguments

prob
Tail probability. Can be a vector or scalar
n
Sample size
mu
Mean of the normal distribution
sigma
Standard deviation of the distribution
bin.size
Bin size. It is optional parameter with default value 1

Value

Vector or scalar depending on whether the probability is a vector or scalar

References

Dowd, K. Measuring Market Risk, Wiley, 2007.

Examples

Run this code
# Estimates standard error of normal quantile estimate
   NormalQuantileStandardError(.8, 100, 0, .5, 3)

Run the code above in your browser using DataLab