Usage
kdde(x, H, h, deriv.order=0, gridsize, gridtype, xmin, xmax, supp=3.7,
eval.points, binned=FALSE, bgridsize, positive=FALSE, adj.positive, w,
deriv.vec=TRUE, verbose=FALSE)## S3 method for class 'kdde':
predict(object, ..., x)
Arguments
H,h
bandwidth matrix/scalar bandwidth. If these are missing, Hpi or hpi is called by default.
deriv.order
derivative order (scalar)
gridsize
vector of number of grid points
gridtype
not yet implemented
xmin,xmax
vector of minimum/maximum values for grid
supp
effective support for standard normal
eval.points
points at which estimate is evaluated
binned
flag for binned estimation. Default is FALSE.
bgridsize
vector of binning grid sizes
positive
flag if 1-d data are positive. Default is FALSE.
adj.positive
adjustment applied to positive 1-d data
w
vector of weights. Default is a vector of all ones.
deriv.vec
flag to compute all derivatives in vectorised
derivative. Default is TRUE. If FALSE then only the unique derivatives are computed.
verbose
flag to print out progress information. Default is
FALSE.
object
object of class kdde