qqplotc4s2: Population Quantile Plots

Description Usage Arguments References Examples

Description

Function which obtains the normal, Laplace, and exponential quantiles as shown in Figure 4.4.1. See Example 4.4.6 on pages 260 and 261 of the book.

Usage

1

Arguments

vec

Vector containing data for graph.

References

Hogg, R. McKean, J. Craig, A (2018) Introduction to Mathematical Statistics, 8th Ed. Boston: Pearson

Examples

1
2
3
4
5
6
# Example where parameters are passed in as variables.
vec <- 1:1000
qqplotc4s2(vec)

# Example where parameters are passed in as values.
qqplotc4s2(1:1000)

austinragotzy/mathstat documentation built on May 13, 2019, 11:30 a.m.