The DO Loop
Statistical programming in SAS with an emphasis on SAS/IML programs
The empirical cumulative distribution function (ECDF) is an important tool in statistics. It is one of several plots you can use to visualize the shape of a data distribution. It is not used as often as the histogram, the kernel density estimate, and the box plot, but it is essential
This is the last article in a series about computing probabilities for the multivariate normal distribution. A previous article shows how to compute the probability of a standardized multivariate normal (MVN) distribution in an orthant for dimensions k=1, 2, and 3 by using the Childs-Sun formulas. The formulas are exact
In general, it is very difficult to compute a probability for a multivariate continuous distribution. For all continuous distributions, the probability requires solving a complicated multiple integral. For example, the probability for a bivariate normal distribution requires integrating the bivariate normal density over a two-dimensional (2-D) area. The probability for