View Original: | Biweight.svg (649x588) | |||
Download: | Original | Medium | Small | Thumb |
Courtesy of: | commons.wikimedia.org | More Like This | ||
Keywords: Biweight.svg based on Image Biweight png by wikipedia en user Deimos 28 This image is an example of a Tukey biweight function It was created under R by the following code <pre> f function x c if abs x < c return x 1- x/c 2 2 else return 0 x <- -1000 1000 /100 sapply x f c 3 library Cairo CairoSVG file 'biweight svg' plot x y type l col 2 dev off </pre> en wikipedia Deimos 28 Conceptual systems Statistics |