ファイル:Eu-estimation-tolerance-absolute.svg

元のファイル(SVG ファイル、300 × 300 ピクセル、ファイルサイズ: 10キロバイト)

概要

解説
English: Absolute error tolerances for the European Union estimated sign.
日付
原典

Self-made in gnuplot.

 
このW3C-unspecified ベクター画像Gnuplotで作成されました。
作者 Nils R. Barth
その他のバージョン File:Eu-estimation-tolerance-relative.svg (relative tolerances)

gnuplot source

# Graphs of errors for the EU “estimated sign”

# Set terminal
set terminal svg enhanced size 300 300 fs 10
set samples 1001  # high quality
set border 31 linewidth .3 # thin border
unset key # no key

# Tolerable error function:
#  input is nominal quantity
#  output is tolerable negative error, as an absolute quantity
# 
# e(x)/x is thus tolerable ~relative~ error
#
e(x) = x <   50 ?   9e-2 * x  \
     : x <  100 ?        4.5  \
     : x <  200 ? 4.5e-2 * x  \
     : x <  300 ?        9    \
     : x <  500 ?   3e-2 * x  \
     : x < 1000 ?       15    \
     :            1.5e-2 * x     

# X-range and x-tics

# Set x tics at the cutoff points
set xtics ("" 5, "" 50, "100" 100, "200" 200, "300" 300, "500" 500, "1000" 1000)

# Set representative x-range:
#  undefined below 5, and
#  extending above 1500 to 10,000 just shrinks the interesting part of the graph
# 
# (A log-scale on the x-axis would fit everything in, but obscure the linearity
#  in the absolute error; it would be ok in the relative error though.)
set xrange [5:1500]

# Draw the x grid, to show ranges
set grid x

####################
# Absolute error
####################

# Set y tics at the fixed amounts
set ytics (4.5,9,15)

# Set y-range to go from 0 to max (over this x-range)
set yrange [0:22.5]

set output "eu-estimation-tolerance-absolute.svg"
plot e(x)

####################
# Relative error
####################

# Set y-tics at the fixed percentages
set ytics (1.5, 3, 4.5, 9)

# Set y-range (0% – 10%) to include all percentages, with clearance for 9%.
set yrange [0:10]
set format y "%g %%" # Format as percentage

set output "eu-estimation-tolerance-relative.svg"
# Multiply by 100 so as a percentage
plot e(x)/x*100

ライセンス

この作品の著作権者であるNils R. Barthは、この作品を以下のライセンスで提供しています。
Public domain この著作物の著作権者である私は、この著作物における権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

25 3 2009

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2009年3月25日 (水) 03:242009年3月25日 (水) 03:24時点における版のサムネイル300 × 300 (10キロバイト)NbarthThinner border.
2009年3月25日 (水) 03:092009年3月25日 (水) 03:09時点における版のサムネイル300 × 300 (8キロバイト)NbarthFix nominal size so agrees with target size (300, not 1000).
2009年3月25日 (水) 02:562009年3月25日 (水) 02:56時点における版のサムネイル1,000 × 1,000 (13キロバイト)NbarthSmaller text to avoid collision
2009年3月25日 (水) 02:542009年3月25日 (水) 02:54時点における版のサムネイル1,000 × 1,000 (13キロバイト)NbarthThicker lines, bigger text
2009年3月25日 (水) 02:012009年3月25日 (水) 02:01時点における版のサムネイル1,000 × 1,000 (14キロバイト)Nbarth{{Information |Description={{en|1=Absolute estimation tolerances for the European Union estimated sign.}} |Source=Own work by uploader |Author=Nbarth |Date=2009-03-25 |Permission= |other_versio

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ