GiniIndex: Gini-Index

Description Usage Arguments Details Value Author(s)

View source: R/GiniIndex.R

Description

calculation of the Gini-Index from Data

Usage

1
GiniIndex(Data,p)

Arguments

Data

vector[1:n] describes an array of data: n cases in rows of one variable

p

optional, an vector of values specifying where interpolation takes place, created by seq of package base

Details

uses ABCcurve and Gini4ABC

Value

Gini

gini index i.e. the integral over Area *200 -100 given in percent i.e in [0..100]

p

vector [1:k], cumulative population in percent

ABC

vector [1:k], cumulative high data in percent

CleanedData

vector [1:m], columnvector containing Data>=0 and zeros for all NA, NaN and negative values in Data(1:n)

Author(s)

Michael Thrun


Mthrun/ABCanalysis documentation built on May 29, 2019, 10:52 a.m.