پرونده:Eu-estimation-tolerance-relative.svg

پروندهٔ اصلی(پروندهٔ اس‌وی‌جی، با ابعاد ۳۰۰ × ۳۰۰ پیکسل، اندازهٔ پرونده: ۹ کیلوبایت)

خلاصه

توضیح
English: Relative error tolerances for the European Union estimated sign.
تاریخ
منبع

Self-made in gnuplot.

 
این گرافیک با کد نامشخص از لحاظ W3C با Gnuplot ساخته شده است.
پدیدآور Nils R. Barth
دیگر نسخه‌ها File:Eu-estimation-tolerance-absolute.svg (absolute 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 من، دارنده حق تکثیر این اثر، این اثر را به مالکیت عمومی منتشر می‌کنم. این قابل اجرا در تمام نقاط جهان است.
در برخی از کشورها ممکن است به صورت قانونی این امکان‌پذیر نباشد؛ اگر چنین است:
من اجازهٔ استفاده از این اثر را برای هر مقصودی، بدون هیچ‌گونه شرایطی می‌دهم، تا وقتی که این شرایط توسط قانون مستلزم نشده باشد.

عنوان

شرحی یک‌خطی از محتوای این فایل اضافه کنید

آیتم‌هایی که در این پرونده نمایش داده شده‌اند

توصیف‌ها

این خصوصیت مقداری دارد اما نامشخص است.

تاریخچهٔ پرونده

روی تاریخ/زمان‌ها کلیک کنید تا نسخهٔ مربوط به آن هنگام را ببینید.

تاریخ/زمانبندانگشتیابعادکاربرتوضیح
کنونی‏۲۵ مارس ۲۰۰۹، ساعت ۰۳:۲۵تصویر بندانگشتی از نسخهٔ مورخ ‏۲۵ مارس ۲۰۰۹، ساعت ۰۳:۲۵۳۰۰ در ۳۰۰ (۹ کیلوبایت)NbarthThinner border.
‏۲۵ مارس ۲۰۰۹، ساعت ۰۲:۵۷تصویر بندانگشتی از نسخهٔ مورخ ‏۲۵ مارس ۲۰۰۹، ساعت ۰۲:۵۷۱٬۰۰۰ در ۱٬۰۰۰ (۱۳ کیلوبایت)NbarthThicker lines, bigger text
‏۲۵ مارس ۲۰۰۹، ساعت ۰۲:۲۳تصویر بندانگشتی از نسخهٔ مورخ ‏۲۵ مارس ۲۰۰۹، ساعت ۰۲:۲۳۱٬۰۰۰ در ۱٬۰۰۰ (۱۳ کیلوبایت)Nbarth{{Information |Description={{en|1=Relative estimation tolerances for the European Union estimated sign.}} |Source=Own work by uploader |Author=Nbarth |Date=2009-03-25 |Permission= |other_versio

صفحهٔ زیر از این تصویر استفاده می‌کند:

کاربرد سراسری پرونده

ویکی‌های دیگر زیر از این پرونده استفاده می‌کنند:

فراداده