File:Biweight.svg

Original file (SVG file, nominally 649 × 589 pixels, file size: 50 KB)

based on Image:Biweight.png by wikipedia:en:user:Deimos 28

This image is an example of the influence function of a Tukey biweight function. It was created under R by the following code:

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()


This work has been released into the public domain by its author, Deimos 28, at the English Wikipedia project. This applies worldwide.

In case this is not legally possible:
Deimos 28 grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/svg+xml

09c82ca57f6cf870c5a720664a0e2b77009c07e1

51,606 byte

589 pixel

649 pixel

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current02:57, 18 November 2007Thumbnail for version as of 02:57, 18 November 2007649 × 589 (50 KB)Eugbased 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) }

The following page uses this file:

Global file usage

The following other wikis use this file:

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy