description: sddskde2d performs two-dimensional kernel density estimation (KDE) on two
columns of an SDDS file. It creates a regular grid of points and computes a Gaussian KDE
using Silverman’s rule of thumb for bandwidth selection. The results are written to a new
SDDS file containing the original column names and an additional PDF column giving the
estimated probability density.
-column=<column1,column2> — Specify column names for KDE.
-samescales — Use identical scales for both axes.
-margin=<value> — Add a fractional margin around the data range.
-pipe[=input][,output] — The standard SDDS Toolkit pipe option.
files: inputfile is an SDDS file supplying two columns of data. outputfile is an SDDS file containing
the original columns and a PDF column with the estimated density.