File:BivariateOutlier.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 756 × 541 pixels, file size: 14 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Shows in the lower right corner an outlier which can not be detected by univariate inspection.
Date
Source Sigbert
Author
Vector:
Permission
(Reusing this file)
Public domain This chart is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship. For more information, see Commons:Threshold of originality § Charts

العربية | Deutsch | English | español | français | italiano | 日本語 | македонски | română | русский | slovenščina | 中文(简体) | 中文(繁體) | +/−

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Other versions File:BivariateOutlier.png
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with R.
Source code
InfoField

R code

n <- 99
s <- 0.1
x <- runif(n)
y <- x+s*rnorm(n)
x <- c(x, 1)
y <- c(y, 0)
par(mai=c(0,0,0,0))
par(fig=c(0.2, 1, 0.2, 1))
plot(x, y, pch=19, axes=FALSE)
par(fig=c(0.2, 1, 0, 0.2), new=TRUE)
boxplot(x, horizontal=TRUE, axes=FALSE)
par(fig=c(0, 0.2, 0.2, 1), new=TRUE)
boxplot(y, axes=FALSE)

File history

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

Date/TimeThumbnailDimensionsUserComment
current07:46, 29 May 2020Thumbnail for version as of 07:46, 29 May 2020756 × 541 (14 KB)Andel (talk | contribs)== {{int:filedesc}} == {{Information |Description= {{en|1=Shows in the lower right corner an outlier which can not be detected by univariate inspection. }} |date= 2020-05-29 |source=Sigbert |author={{AutVec|{{U|Sigbert}}|{{U|Andel}}|BivariateOutlier.png}} |permission= {{PD-chart}}{{self|cc-zero}} |other versions= File:BivariateOutlier.png |other fields={{Igen|R|0|+|code= n <- 99 s <- 0.1 x <- runif(n) y <- x+s*rnorm(n) x <- c(x, 1) y <- c(y, 0) par(mai=c(0,0,0,0)) par(f...

The following page uses this file:

File usage on other wikis

The following other wikis use this file:

Metadata