Zum Inhalt springen

Datei:Fuzzy-alter.svg

aus Wikipedia, der freien Enzyklopädie

<templatestyles src="Information/styles.css" />

{{#if:9.7.06| {{#if:| {{#if:| {{#if:|
Beschreibung {{#if: Plot der Fuzzy-Funktion Altersbezeichnungen | Plot der Fuzzy-Funktion Altersbezeichnungen |
Es fehlt noch eine Beschreibung des Inhalts der Datei (Was zeigt die Datei?). Bitte diese Information noch nachtragen.
}}
Quelle

{{#if: selbst erstellt

  • Gnuplot Quelltext:
set terminal svg
set xrange [0.0:100.0]
set xlabel "Alter"
set output "fuzzy-alter.svg"

set key right bottom
set grid nopolar
set grid xtics nomxtics ytics nomytics noztics nomztics \
 nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics
set grid layerdefault   linetype 0 linewidth 0.25,  linetype 0 linewidth 0.25
s_0(x,a,ep) = 0
s_1(x,a,ep) = 2*((x-a+ep)/(2*ep))**2
s_2(x,a,ep) = 1-(2*((a-x+ep)/(2*ep))**2)
s_3(x,a,ep) = 1
s(x,a,ep)= (x<=a-ep)?         s_0(x,a,ep):  \
           (x > a-ep && x<a)? s_1(x,a,ep):  \
           (x>a && x<a+ep) ?  s_2(x,a,ep):  \
                              s_3(x,a,ep)
unset label

set style line 1 lt rgb "red" lw 2
set style line 2 lt rgb "orange" lw 2
set style line 3 lt rgb "yellow" lw 2
set style line 4 lt rgb "green" lw 2
set style line 5 lt rgb "cyan" lw 2
set style line 6 lt rgb "blue" lw 2
set style line 7 lt rgb "violet" lw 2

plot (1-s(x,30,30))**2 title "sehr jung" ls 1, \
      1-s(x,30,30) title "jung" ls 2, \
      1-((1-s(x,30,30))**2) title "nicht sehr jung" ls 3, \
      sqrt(s(x,60,30)) title "mehr oder weniger alt" ls 4, \
      s(x,60,30) title "alt" ls 5, \
      (s(x,60,30)**2) title "sehr alt" ls 6
| selbst erstellt
  • Gnuplot Quelltext:
set terminal svg
set xrange [0.0:100.0]
set xlabel "Alter"
set output "fuzzy-alter.svg"

set key right bottom
set grid nopolar
set grid xtics nomxtics ytics nomytics noztics nomztics \
 nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics
set grid layerdefault   linetype 0 linewidth 0.25,  linetype 0 linewidth 0.25
s_0(x,a,ep) = 0
s_1(x,a,ep) = 2*((x-a+ep)/(2*ep))**2
s_2(x,a,ep) = 1-(2*((a-x+ep)/(2*ep))**2)
s_3(x,a,ep) = 1
s(x,a,ep)= (x<=a-ep)?         s_0(x,a,ep):  \
           (x > a-ep && x<a)? s_1(x,a,ep):  \
           (x>a && x<a+ep) ?  s_2(x,a,ep):  \
                              s_3(x,a,ep)
unset label

set style line 1 lt rgb "red" lw 2
set style line 2 lt rgb "orange" lw 2
set style line 3 lt rgb "yellow" lw 2
set style line 4 lt rgb "green" lw 2
set style line 5 lt rgb "cyan" lw 2
set style line 6 lt rgb "blue" lw 2
set style line 7 lt rgb "violet" lw 2

plot (1-s(x,30,30))**2 title "sehr jung" ls 1, \
      1-s(x,30,30) title "jung" ls 2, \
      1-((1-s(x,30,30))**2) title "nicht sehr jung" ls 3, \
      sqrt(s(x,60,30)) title "mehr oder weniger alt" ls 4, \
      s(x,60,30) title "alt" ls 5, \
      (s(x,60,30)**2) title "sehr alt" ls 6
|
Es fehlt noch die Quelle für die Datei (Woher hat der Uploader die Datei?). Bitte diese Information noch nachtragen.
}}
Urheber bzw.
Nutzungsrechtinhaber
{{#if: Andreas75 | Andreas75 |
Es fehlt noch der Urheber bzw. der Nutzungsrechteinhaber für die Datei (Wer hat die Datei ursprünglich erstellt?). Bitte diese Information noch nachtragen.
}}
Datum

9.7.06 }}

Genehmigung

}}

Andere Versionen dieser Datei

}}

Anmerkungen

}}

{{#ifeq:Datei|Datei|{{#invoke:TemplatePar|check

|opt= Beschreibung= Quelle= Urheber= Datum= Genehmigung= Andere Versionen= Anmerkungen= |cat= Wikipedia:Dateiüberprüfung/Informationsmängel |template= Vorlage:Information }}{{#if:Plot der Fuzzy-Funktion Altersbezeichnungen||}}{{#if:selbst erstellt

  • Gnuplot Quelltext:
set terminal svg
set xrange [0.0:100.0]
set xlabel "Alter"
set output "fuzzy-alter.svg"

set key right bottom
set grid nopolar
set grid xtics nomxtics ytics nomytics noztics nomztics \
 nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics
set grid layerdefault   linetype 0 linewidth 0.25,  linetype 0 linewidth 0.25
s_0(x,a,ep) = 0
s_1(x,a,ep) = 2*((x-a+ep)/(2*ep))**2
s_2(x,a,ep) = 1-(2*((a-x+ep)/(2*ep))**2)
s_3(x,a,ep) = 1
s(x,a,ep)= (x<=a-ep)?         s_0(x,a,ep):  \
           (x > a-ep && x<a)? s_1(x,a,ep):  \
           (x>a && x<a+ep) ?  s_2(x,a,ep):  \
                              s_3(x,a,ep)
unset label

set style line 1 lt rgb "red" lw 2
set style line 2 lt rgb "orange" lw 2
set style line 3 lt rgb "yellow" lw 2
set style line 4 lt rgb "green" lw 2
set style line 5 lt rgb "cyan" lw 2
set style line 6 lt rgb "blue" lw 2
set style line 7 lt rgb "violet" lw 2

plot (1-s(x,30,30))**2 title "sehr jung" ls 1, \
      1-s(x,30,30) title "jung" ls 2, \
      1-((1-s(x,30,30))**2) title "nicht sehr jung" ls 3, \
      sqrt(s(x,60,30)) title "mehr oder weniger alt" ls 4, \
      s(x,60,30) title "alt" ls 5, \
      (s(x,60,30)**2) title "sehr alt" ls 6

||}}{{#if:Andreas75||}}}}

Lizenz

Diese Datei erreicht nicht die für einen urheberrechtlichen Schutz nötige Schöpfungshöhe. Die Datei ist folglich gemeinfrei.

{{#ifeq:|ja|

Diese Datei soll nach Commons verschoben werden (zum Beispiel mit dem FileExporter), damit sie auch von anderen Wikimedia-Projekten genutzt werden kann. Danach sollte dieser Baustein durch die Vorlage {{{{#if:|subst:}}{{#if: NowCommons {{#ifeq:N : :NowCommons {{#switch: =NowCommons #default=NowCommons}}}}}}{{#ifeq:x|{{{2}}}|{{#if:|
}}|{{{2}}}}}{{#ifeq:x|{{{3}}}|{{#if:|
}}|{{{3}}}}}{{#ifeq:x|{{{4}}}|{{#if:|
}}|{{{4}}}}}{{#ifeq:x|{{{5}}}|{{#if:|
}}|{{{5}}}}}{{#ifeq:x|{{{6}}}|{{#if:|
}}|{{{6}}}}}{{#ifeq:x|{{{7}}}|{{#if:|
}}|{{{7}}}}}{{#ifeq:x|{{{8}}}|{{#if:|
}}|{{{8}}}}}{{#ifeq:x|{{{9}}}|{{#if:|
}}|{{{9}}}}}{{#ifeq:x|{{{10}}}|{{#if:|
}}|{{{10}}}}}{{#ifeq:x|{{{11}}}|{{#if:|
}}|…}}{{#if:|
}}}}{{#if: | (Anzahl der Einbindungen)|}} ersetzt werden. Beachte unsere Hilfe und Richtlinien dazu.

{{#ifeq:6|6|

Dateiname auf Commons: [[commons:File:{{#if:||Fuzzy-alter.svg}}|{{#if:||Fuzzy-alter.svg}}]] {{#ifeq:|Fuzzy-alter.svg|(unverändert)}}|}}

{{#ifeq:6|6| }}|

Diese Datei ist möglicherweise nicht mit den Richtlinien von Wikimedia Commons kompatibel.

Es sollte individuell geprüft werden, ob sie nach Wikimedia Commons verschoben werden darf.


Do not transfer this file to Wikimedia Commons without an individual review!

{{#ifeq:Datei|Datei|}}

}}{{#ifeq:Datei|Datei| }}

Keine Seite verwendet diese Datei.