The UNIVARIATE Procedure

Estimating Location and Scale Parameters Using Q-Q Plots

If you specify location and scale parameters for a distribution in a PROBPLOT or QQPLOT statement (or if you request estimates for these parameters), a diagonal distribution reference line is displayed on the plot. (An exception is the two-parameter Weibull distribution, for which a line is displayed when you specify or estimate the scale and shape parameters.) Agreement between this line and the point pattern indicates that the distribution with these parameters is a good fit.

When the point pattern on a Q-Q plot is linear, its intercept and slope provide estimates of the location and scale parameters. (An exception to this rule is the two-parameter Weibull distribution, for which the intercept and slope are related to the scale and shape parameters.)

Table 4.35 shows how the specified parameters determine the intercept and slope of the line. The intercept and slope are based on the quantile scale for the horizontal axis, which is used in Q-Q plots.

Table 4.35: Intercept and Slope of Distribution Reference Line

 

Parameters

Linear Pattern

Distribution

Location

Scale

Shape

Intercept

Slope

Beta

$\theta $

$\sigma $

$\alpha $ , $\beta $

$\theta $

$\sigma $

Exponential

$\theta $

$\sigma $

 

$\theta $

$\sigma $

Gamma

$\theta $

$\sigma $

$\alpha $

$\theta $

$\sigma $

Gumbel

$\mu $

$\sigma $

 

$\mu $

$\sigma $

Lognormal

$\theta $

$\zeta $

$\sigma $

$\theta $

$\exp (\zeta )$

Normal

$\mu $

$\sigma $

 

$\mu $

$\sigma $

Generalized Pareto

$\theta $

$\sigma $

$\alpha $

$\theta $

$\sigma $

Power Function

$\theta $

$\sigma $

$\alpha $

$\theta $

$\sigma $

Rayleigh

$\theta $

$\sigma $

 

$\theta $

$\sigma $

Weibull (3-parameter)

$\theta $

$\sigma $

$c$

$\theta $

$\sigma $

Weibull (2-parameter)

$\theta _0$ (known)

$\sigma $

$c$

$\log (\sigma )$

$\frac{1}{c}$


For instance, specifying MU=3 and SIGMA=2 with the NORMAL option requests a line with intercept 3 and slope 2. Specifying SIGMA=1 and C=2 with the WEIBULL2 option requests a line with intercept $\log (1) = 0$ and slope $\frac{1}{2}$. On a probability plot with the LOGNORMAL and WEIBULL2 options, you can specify the slope directly with the SLOPE= option. That is, for the LOGNORMAL option, specifying THETA= $\theta _0$ and SLOPE=$\exp (\zeta _0)$ displays the same line as specifying THETA= $\theta _0$ and ZETA= $\zeta _0$. For the WEIBULL2 option, specifying SIGMA= $\sigma _0$ and SLOPE= $\frac{1}{c_0}$ displays the same line as specifying SIGMA= $\sigma _0$ and C= $c_0$.