Date: Wed, 20 Feb 2008 11:33:37 -0500
Reply-To: "data _null_," <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_," <datanull@GMAIL.COM>
Subject: Re: empirical CDF
In-Reply-To: <a3b0019a-3883-43a2-94c2-5583e70872ae@n77g2000hse.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
This may be helpful.
The PDF, CDF, and SDF functions are available to calculate points on
the probability density (or mass) function, cumulative distribution
function, or survival function for many distributions. The log of the
density, CDF, or survival function can be computed using the LOGPDF,
LOGCDF, or LOGSDF function. Available distributions are the Bernoulli,
Beta, Binomial, Cauchy, Chi-square, Exponential, F, Gamma, Geometric,
Hypergeometric, Inverse Gaussian (Wald), Laplace, Logistic, Lognormal,
Negative Binomial, Normal, Normal Mixture, Pareto, Poisson, T,
Uniform, and Weibull.
For more information, see "Functions and CALL Routines" in SAS
Language Reference: Dictionary
On Wed, Feb 20, 2008 at 11:17 AM, <yangguoning@gmail.com> wrote:
> Hi, there,
>
> Anybody please tell me how to generate the emprical cumulative
> distribution in SAS. Is it possible to do it together with BY var?
> BTW, can I do PROC within PROC. Thanks a lot.
>
> Best,
>
|