effective support for standard normal is [-supp, supp]
eval.points
points that density estimate is evaluated at
Value
Kernel density estimate is an object of class kde which is a
list with 4 fields
xdata points - same as input
eval.pointspoints that density estimate is evaluated at
estimatedensity estimate at eval.points
Hbandwidth matrix
Details
The kernel density estimate is computed exactly i.e. binning
is not used.
If gridsize is not set to a specific value, then it
defaults to 50 grid points in each co-ordinate direction
i.e. c(50,50). Not required
to be set if specifying eval.points.
If eval.points is not specified, then the
density estimate is automatically computed over a grid whose
resolution is controlled by gridsize (a grid is
required for plotting).