NormalQQPlot: Normal Quantile Quantile Plot

Description Usage Arguments Author(s) References Examples

Description

Produces an emperical QQ-Plot of the quantiles of the data set 'Ra' versus the quantiles of a normal distribution. The purpose of the quantile-quantile plot is to determine whether the sample in 'Ra' is drawn from a normal (i.e., Gaussian) distribution.

Usage

1

Arguments

Ra

Vector data set

Author(s)

Dinesh Acharya

References

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

Examples

1
2
3
# Normal QQ Plot for randomly generated standard normal data
   Ra <- rnorm(100)
   NormalQQPlot(Ra)

Example output

Loading required package: bootstrap
Loading required package: MASS
Loading required package: forecast

Dowd documentation built on May 2, 2019, 6:15 p.m.