Learn R Programming

spc4sts (version 0.6.3)

kerMat: 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

References

Bui, A.T. and Apley., D.W. (2018a) "A Monitoring and Diagnostic Approach for Stochastic Textured Surfaces", Technometrics, 60, 1-13.

See Also

bp

Examples

Run this code
# NOT RUN {
kerMat(5)
# }

Run the code above in your browser using DataLab