plot.h.amise {kedd} | R Documentation |
Plot for Asymptotic Mean Integrated Squared Error
Description
The plot.h.amise
function loops through calls to
the h.amise
function. Plot for asymptotic mean integrated
squared error function for 1-dimensional data.
Usage
## S3 method for class 'h.amise'
plot(x, seq.bws=NULL, ...)
## S3 method for class 'h.amise'
lines(x,seq.bws=NULL, ...)
Arguments
x |
object of class |
seq.bws |
the sequence of bandwidths in which to compute the AMISE function.
By default, the procedure defines a sequence of 50 points, from |
... |
other graphics parameters, see |
Value
Plot of 1-d AMISE function are sent to graphics window.
kernel |
name of kernel to use. |
deriv.order |
the derivative order to use. |
seq.bws |
the sequence of bandwidths. |
amise |
the values of the AMISE function in the bandwidths grid. |
Author(s)
Arsalane Chouaib Guidoum acguidoum@usthb.dz
See Also
Examples
plot(h.amise(bimodal,deriv.order=0))
[Package kedd version 1.0.4 Index]