Syntax: KDE Procedure

You can use the following statements with the KDE procedure:

PROC KDE <options> ;
BIVAR variable-list </ options> ;
UNIVAR variable-list </ options> ;
BY variables ;
FREQ variable ;
WEIGHT variable ;

The PROC KDE statement invokes the procedure. The BIVAR statement requests that one or more bivariate kernel density estimates be computed. The UNIVAR statement requests one or more univariate kernel density estimates. You can specify any number of BIVAR and UNIVAR statements.