alpha2h:
Test Equality of Curves with Homoscedastic or Heteroscedastic Errors.
Description
For each value $at$ in the defining interval, find a bandwidth $h$ so that alpha*100 percent of data points specified in $xseq$
should be within the $(x-h, x+h)$ window. This is a utility function.
Usage
alpha2h(alpha, at, xseq)
Arguments
alpha
Smoothing parameter that for each point in the domain, use a windown width that should have
alpha*100 percent of data points falling in the window.
at
a point in the x domain.
xseq
Sequence of the data points.
Value
References
Zhongfa Zhang, et al: Test Equality of Curves with Homoscedastic or Heteroscedastic Errors. To appear.