GINI-Index

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 6: Zeile 6:
<jsxgraph box="jxgbox"  width="700" height="500">
<jsxgraph box="jxgbox"  width="700" height="500">
//Eingabe
//Eingabe
-
var p1xy=[0.0,0.0];
+
 
-
var p2xy=[100,100];
+
var p3xy=[0.0,0.0];
var p3xy=[0.0,0.0];
var p4xy=[Math.log(20),20];
var p4xy=[Math.log(20),20];
-
var p5xy=[1,1];
+
var p5xy=[100,100];
brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-10, 110, 110, -10], grid: true, axis:true});
brd = JXG.JSXGraph.initBoard('jxgbox', {boundingbox:[-10, 110, 110, -10], grid: true, axis:true});
//Punkte
//Punkte
-
var p1 = brd.createElement('point',p1xy,{name:'A', style:5});
+
 
-
var p2 = brd.createElement('point',p2xy,{name:'B', style:5});
+
var p3 = brd.createElement('point',p3xy,{name:'C', style:5});
var p3 = brd.createElement('point',p3xy,{name:'C', style:5});
var p4 = brd.createElement('point',p4xy,{name:'D', style:5});
var p4 = brd.createElement('point',p4xy,{name:'D', style:5});
Zeile 36: Zeile 34:
H1 = brd2.createElement('text',[-0.8,1.8,"Vorgegebene Punkte"],{strokeColor:'black',fontSize:'14px'});  
H1 = brd2.createElement('text',[-0.8,1.8,"Vorgegebene Punkte"],{strokeColor:'black',fontSize:'14px'});  
-
xA = brd2.createElement('text',[-0.8,1.4,function(){ return "Ax = " + Math.round(10000*p1.X())/10000;}],{strokeColor:'black',fontSize:'14px'});
+
 
-
xB = brd2.createElement('text',[-0.8,1.2,function(){ return "Bx = " + Math.round(10000*p2.X())/10000;}],{strokeColor:'black',fontSize:'14px'});
+
xC = brd2.createElement('text',[-0.8,1.0,function(){ return "Cx = " + Math.round(10000*p3.X())/10000;}],{strokeColor:'black',fontSize:'14px'});  
xC = brd2.createElement('text',[-0.8,1.0,function(){ return "Cx = " + Math.round(10000*p3.X())/10000;}],{strokeColor:'black',fontSize:'14px'});  
xD = brd2.createElement('text',[-0.8,0.8,function(){ return "Dx = " + Math.round(10000*p4.X())/10000;}],{strokeColor:'black',fontSize:'14px'});  
xD = brd2.createElement('text',[-0.8,0.8,function(){ return "Dx = " + Math.round(10000*p4.X())/10000;}],{strokeColor:'black',fontSize:'14px'});  
xE = brd2.createElement('text',[-0.8,0.6,function(){ return "Ex = " + Math.round(10000*p5.X())/10000;}],{strokeColor:'black',fontSize:'14px'});  
xE = brd2.createElement('text',[-0.8,0.6,function(){ return "Ex = " + Math.round(10000*p5.X())/10000;}],{strokeColor:'black',fontSize:'14px'});  
-
yA = brd2.createElement('text',[-0.1,1.4,function(){ return "Ay = " + Math.round(10000*p1.Y())/10000;}],{strokeColor:'black',fontSize:'14px'});
+
 
-
yB = brd2.createElement('text',[-0.1,1.2,function(){ return "By = " + Math.round(10000*p2.Y())/10000;}],{strokeColor:'black',fontSize:'14px'});
+
yC = brd2.createElement('text',[-0.1,1.0,function(){ return "Cy = " + Math.round(10000*p3.Y())/10000;}],{strokeColor:'black',fontSize:'14px'});  
yC = brd2.createElement('text',[-0.1,1.0,function(){ return "Cy = " + Math.round(10000*p3.Y())/10000;}],{strokeColor:'black',fontSize:'14px'});  
yD = brd2.createElement('text',[-0.1,0.8,function(){ return "Dy = " + Math.round(10000*p4.Y())/10000;}],{strokeColor:'black',fontSize:'14px'});  
yD = brd2.createElement('text',[-0.1,0.8,function(){ return "Dy = " + Math.round(10000*p4.Y())/10000;}],{strokeColor:'black',fontSize:'14px'});  

Version vom 10:59, 24. Mär. 2023

Dieser Artikel befindet sich in der Entstehungsphase. Er ist unvollständig und noch nicht korrekt ausformuliert.

Der GINI-Index ist ein Maß für die ungleiche Verteilung von Vermögen in einer Gesellschaft.


Persönliche Werkzeuge