kerMat {spc4sts} | R Documentation |
Epanechnikov quadratic kernel matrix
Description
Computes the Epanechnikov quadratic kernel in 2-D, and returns the positive kernel values.
Usage
kerMat(p)
Arguments
p |
the bandwidth parameter |
Value
A matrix containing all the positive kernel values
Author(s)
Anh Bui
References
Bui, A.T. and Apley., D.W. (2018a) "A Monitoring and Diagnostic Approach for Stochastic Textured Surfaces", Technometrics, 60, 1-13.
See Also
Examples
kerMat(5)
[Package spc4sts version 0.6.3 Index]