2 Ergebnisse gefunden für "Datei:Biweight.svg".

Datei:Biweight.svg

} } x <- (-1000:1000)/100 sapply(x, f, c=3) library(Cairo) CairoSVG(file='biweight.svg') plot(x, y, type="l", col=2) dev.off() English determination method...


Datei:Biweight.png

  English: This image is an example of a Tukey biweight function. It was created under R by the following code: f = function(x, c) { if (abs(x) < c) {...