Simul.conf.interval(haerdle)R Documentation

Simultaneous confidence intervals for WARPing regression

Description

Simultaneous confidence intervals for WARPing regression via golden-section bootstrap

Usage

Simul.conf.interval(x, y, h, alpha=0.2, N=200)

Arguments

Required:
x predictor
y response
h bandwidth
alpha 1 - confidence coefficient
N number of bootstrap samples

Value

list with components locations, lower.limit, upper.limit and m, the WARPing based regression curve.

References

`Smoothing Techniques with Implementation in S', Wolfgang Haerdle, Springer, 1991

See Also

Simul.conf.plot


[Package Contents]