cvmgof (version 1.0.0)

kernel.function.quart: Quartic kernel

Description

This function computes the Quartic kernel used to estimate the conditional distribution function.

Usage

kernel.function.quart(u)

Arguments

u

a numeric vector.

References

J. Fan and I. Gijbels. Local polynomial modelling and its applications. Chapman & Hall, London, 1996.

Examples

Run this code
# NOT RUN {
x = runif(10)  # simulating a uniform random sample
kernel.function.quart(x)
# }

Run the code above in your browser using DataCamp Workspace