{smcl} {* 19june2002/5july2004/20april2005/2dec2007}{...} {hline} help for {hi:dpplot}{right:(SJ7-4: gr0012_1; SJ5-2: gr0012)} {hline} {title:Density probability plots} {p 8 15 2}{cmd:dpplot} {it:varname} {ifin} [{cmd:,} {cmd:a(}{it:#}{cmd:)} {cmd:dist(}{it:name}{cmd:)} {cmd:param(}{it:numlist}{cmd:)} {cmdab:gen:erate(}{it:newvar1 newvar2}{cmd:)} {cmd:diff} {cmd:line(}{it:line_options}{cmd:)} {it:graph_options} [{cmd:plot(}{it:plot}{cmd:)} {c |} {cmd:addplot(}{it:plot}{cmd:)}] ] {title:Description} {p 4 4 2}{cmd:dpplot} plots density probability plots for {it:varname} given a reference distribution, which, by default, is normal (Gaussian). {title:Options} {p 4 8 2}{opt a(#)} specifies a family of plotting positions, as explained below. The default is {cmd:a(0.5)}. Choice of {cmd:a()} is rarely material unless the sample size is small, and then the exercise is moot whatever is done. {p 4 8 2}{opt dist(name)} specifies a distribution to act as a reference. The distributions implemented include {cmd:beta}, {cmd:exponential}, {cmd:gamma}, {cmd:Gumbel}, {cmd:lognormal}, {cmd:Weibull}, and {cmd:normal}; the last being the default. {cmd:Gaussian} is a synonym for {cmd:normal}. {p 4 8 2}{opt param(numlist)} specifies parameter values that give a reference distribution. {p 8 8 2}With {cmd:dist(normal)} two parameters may be specified. The first is the mean and the second is the standard deviation. {p 8 8 2}With {cmd:dist(Weibull)} two parameters may be specified. The first is a scale parameter beta and the second a shape parameter gamma. (The density function for a variable {it:x} is thus (gamma/beta) ({it:x}/beta)^(gamma - 1) exp(-({it:x}/beta)^gamma).) {p 8 8 2}With {cmd:dist(lognormal)} two parameters may be specified. The first is the mean of logged values and the second is the standard deviation of logged values. {p 8 8 2}With {cmd:dist(gumbel)} two parameters must be specified. The first is a scale parameter alpha and the second is a location parameter mu. (The density function for a variable {it:x} is thus (1 / alpha) * exp[-({it:x} - mu) / alpha] * exp[-exp(-({it:x} - mu) / alpha)].) {stata ssc desc gumbelfit:gumbelfit} is one program to estimate parameters. {p 8 8 2}With {cmd:dist(gamma)} two parameters must be specified. The first is a shape parameter alpha and the second is a scale parameter beta. (The density function for a variable {it:x} is thus [1 / (beta^alpha * Gamma(alpha))] {it:x}^(alpha - 1) exp(-{it:x} / beta), where Gamma() is the gamma function.) {stata ssc desc gammafit:gammafit} is one program to estimate parameters. {p 8 8 2}With {cmd:dist(exponential)} one parameter may be specified, namely, the mean. {p 8 8 2}With {cmd:dist(beta)} two parameters must be specified, shape parameters alpha and beta. (The density function for a variable {it:x} is thus [1 / Beta(alpha, beta)] {it:x}^(alpha - 1) (1 -{it:x})^(beta - 1), where Beta() is the beta function.) {stata ssc desc betafit:betafit} is one program to estimate parameters. {p 4 8 2} {cmd:generate(}{it:newvar1 newvar2}{cmd:)} specifies two new variable names to hold the results of densities estimated from the data directly (as {it:f}() given parameters) and indirectly (as {it:f}({it:Q}({it:P})) given parameters). {p 4 8 2}{cmd:diff} specifies that the differences {it:f}({it:Q}({it:P})) - {it:f}({it:X} | parameters) should be plotted explicitly. {p 4 8 2}{cmd:line(}{it:line_options}{cmd:)} are options of {helpb twoway_mspline:twoway mspline} and {helpb twoway_line:twoway line}, which may be used to control the rendition of the density function curve. {p 4 8 2}{it:graph_options} are options of {help twoway}. {p 4 8 2}{cmd:plot(}{it:plot}{cmd:)} provides a way to add other plots to the generated graph; see {it:{help plot_option}}. (Stata 8 only) {p 4 8 2}{cmd:addplot(}{it:plot}{cmd:)} provides a way to add other plots to the generated graph; see {it:{help addplot_option}}. (Stata 9 up) {title:Remarks} {p 4 4 2} To establish notation and to fix ideas with a concrete example, consider an observed variable {it:Y}, whose distribution we wish to compare with a normally distributed variable {it:X}. This variable has density function {it:f}({it:X}), distribution function {it:P = F}({it:X}), and quantile function {it:X = Q}({it:P}). (The distribution function and the quantile function are inverses of each other.) Clearly, this notation is fairly general and also covers other distributions, at least for continuous variables. {p 4 4 2} The particular density function {it:f}({it:X} | parameters) most pertinent to comparison with data for {it:Y} can be computed given values for its parameters, either estimates from data on {it:Y}, or parameter values chosen for some other good reason. For a normal distribution, these parameters would usually be the mean and the standard deviation. Such density functions are often superimposed on histograms or other graphical displays. In Stata, {helpb histogram} has a {cmd:normal} option that adds the normal density curve corresponding to the mean and standard deviation of the data shown. {p 4 4 2} The density function can also be computed indirectly via the quantile function as {it:f}({it:Q}({it:P})). For example, if {it:P} were 0.5, then {it:f}({it:Q}(0.5)) would be the density at the median. In practice, {it:P} is calculated as so-called plotting positions {it:p_i} attached to values {it:y_}({it:i}) of a sample of {it:Y} of size {it:n} that have rank {it:i}; that is, the {it:y_}({it:i}) are the order statistics {it:y_}(1) <= ... <= {it:y_}({it:n}). One simple rule uses {it:p}_{it:i} = ({it:i} - 0.5) / {it:n}. Most other rules follow one of a family ({it:i} - {it:a}) / ({it:n} - 2{it:a} + 1) indexed by {it:a}. {p 4 4 2} Plotting both {it:f}({it:X} | parameters) and {it:f}({it:Q}({it:P} = {it:p_i})), calculated using plotting positions, versus observed {it:Y} gives two curves. In our example, the first is normal by construction and the second would be a good estimate of a normal density if {it:Y} were truly normal with the same parameters. In terms of Stata functions, the two curves are based on {cmd:normden(}({it:X} - mean) / SD){cmd:)} and {cmd:normden(invnorm(}{it:p_i}{cmd:))}. The match or mismatch between the curves allows graphical assessment of goodness or badness of fit. What is more, we can use experience from comparing frequency distributions, as shown on histograms, dot plots, or other similar displays, in comparing or identifying location and scale differences, skewness, tail weight, tied values, gaps, outliers, and so forth. {p 4 4 2} Such {it:density probability plots} were suggested by Jones and Daly (1995). See also Jones (2004). They are best seen as special-purpose plots, like normal quantile plots and their kin, rather than general-purpose plots, like histograms or dot plots. {p 4 4 2} Extending the discussion in Jones and Daly (1995), the advantages and of these plots include {p 8 8 2}Ease of interpretation. Some people find them easier to interpret than quantile-quantile plots. {p 8 8 2}Fewer awkward choices. No choices of binning or origin (cf. histograms, dot plots, etc.) or of kernel or of degree of smoothing (cf. density estimation) are required. {p 8 8 2}Flexibility with regard to sample size. They work well for a wide range of sample sizes. At the same time, as with any other method, a sample of at least moderate size is preferable (one rule of thumb is >= 25). {p 8 8 2}Bounded support is clear. If {it:X} has bounded support in one or both directions, this should be clear on the plot. {p 4 4 2}The limitations include {p 8 8 2}Modality may not match. Results may be difficult to decipher if observed and reference distributions differ in modality. For example, if the reference distribution is unimodal but the observed data hint at bimodality, nevertheless {it:f}({it:Q}({it:P})) must be unimodal even though {it:f}({it:Y}) may not be. Similarly, when the reference distribution is exponential, {it:f}({it:Q}({it:P})) must be monotone decreasing whatever the shape of {it:f}({it:Y}). {p 8 8 2}Tails may be cryptic. It may be difficult to discern subtle differences in one or both tails of the observed and reference distributions. {p 8 8 2}Comparison of curves. Comparison is of a curve with a curve; some people argue that graphical references should, where possible, be linear (and ideally horizontal). (A linear reference is a clear advantage of quantile plots.) However, the {cmd:diff} option shows differences explicitly, and the {cmd:generate()} option saves curves to variables. {p 8 8 2}Not extensible. There is no simple extension to comparison of two samples with each other. {p 4 4 2} Programmers may wish to inspect the code and add code for other distributions. If parameters are not estimated, then naturally their values must be supplied; the order of parameters should seem natural or at least conventional. {title:Examples} {p 4 8 2}{cmd:. dpplot mpg} {p 4 8 2}{cmd:. set obs 1000}{p_end} {p 4 8 2}{cmd:. gen rnd = invnorm(uniform())}{p_end} {p 4 8 2}{cmd:. dpplot rnd, param(0 1)}{p_end} {p 4 8 2}{cmd:. dpplot rnd, param(0 1) plot(histogram rnd, bcolor(none) width(0.2))} {p 4 8 2}{cmd:. dpplot length, dist(lognormal) gen(density1 density2)} {p 4 8 2}{cmd:. gammafit length}{p_end} {p 4 8 2}{cmd:. dpplot length, dist(gamma) param(`e(alpha)' `e(beta)')} {title:Author} {p 4 4 2}Nicholas J. Cox, Durham University, U.K.{break} n.j.cox@durham.ac.uk {title:Acknowledgments} {p 4 4 2}Tim Sofer found a bug. Maarten Buis prompted the update to add {cmd:addplot()}. {title:References} {p 4 8 2}Jones, M. C. 2004. Hazelton, M. L. 2003, "A graphical tool for assessing normality," American Statistician 57: 285--288: Comment. {it:American Statistician} 58: 176--177. {p 4 8 2}Jones, M. C., and F. Daly. 1995. Density probability plots. {it:Communications in Statistics, Simulation and Computation} 24: 911--927. {title:Also see} {psee}Online: {help twoway}, {help diagplots}, {help gumbelfit} (if installed), {help gammafit} (if installed), {help betafit} (if installed) {p_end}