suggestBandwith {covafillr} | R Documentation |
The bandwith is suggested coordinate wise to be
0.9 √{5} \min≤ft(sd(x),\frac{IQR(x)}{1.349}\right) n ^{-\frac{1}{d+4}} (p+1)
where p is the polynomial degree used and n is the number of coordinate points.
suggestBandwith(X, p)
X |
A numeric matrix or vector of data coordinates |
p |
Polynomial degree to base the suggestion on |
a vector or scalar of suggested bandwiths
Christoffer Moesgaard Albertsen