Description Usage Arguments Value
Calculate weights via the bisquare kernel
1 | bisquare(d, bw)
|
d |
vector of distances from the center of the bisquare kernel |
bw |
bandwidth parameter for the bisquare kernel |
The weight given to each of the distances d by a bisquare function with the given bandwidth bw,
which is zero if d>bw and (1-(d/bw)^2)^2 otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.