+1 vote
in SAS by

What is the use of the UNIVAR and BIVAR statement inside the PROC KDE procedure in SAS?

1 Answer

0 votes
by

The UNIVAR statement inside the PROC KDE procedure performs a univariate kernel density estimates and further, the BIVAR statement computes bivariate kernel density estimate.

...