Learn R Programming

spc4sts (version 0.1.1)

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. (2017), "A Monitoring and Diagnostic Approach for Stochastic Textured Surfaces", Technometrics, In press.

See Also

bp

Examples

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

Run the code above in your browser using DataLab