ineq


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalar-project
ArtifactId

ArtifactId

ineq_2.11
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

ineq
ineq
Project URL

Project URL

https://github.com/mgoeminne/scalar-ineq
Project Organization

Project Organization

org.scalar-project
Source Code Management

Source Code Management

https://github.com/mgoeminne/scalar-ineq.git

Download ineq_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/org.scalar-project/ineq_2.11/ -->
<dependency>
    <groupId>org.scalar-project</groupId>
    <artifactId>ineq_2.11</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalar-project/ineq_2.11/
implementation 'org.scalar-project:ineq_2.11:1.2.1'
// https://jarcasting.com/artifacts/org.scalar-project/ineq_2.11/
implementation ("org.scalar-project:ineq_2.11:1.2.1")
'org.scalar-project:ineq_2.11:jar:1.2.1'
<dependency org="org.scalar-project" name="ineq_2.11" rev="1.2.1">
  <artifact name="ineq_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalar-project', module='ineq_2.11', version='1.2.1')
)
libraryDependencies += "org.scalar-project" % "ineq_2.11" % "1.2.1"
[org.scalar-project/ineq_2.11 "1.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 2.2.2

Project Modules

There are no modules declared in this project.

scalar-ineq

Tools for measuring inequality, concentration and poverty.

Build Status Coverage Status

This is a free Scala implementation of the ineq package available on CRAN.

This package includes implementations of the following measures:

  • Gini index
  • Theil index, and normalized Theil index
  • Atkinson index
  • Generalized entropy measure
  • Coefficient of Variation, and Squared Coefficient of Variation
  • Hoover index, a.k.a. Pietra index or Schutz index
  • Kolm index

All the public functions have an exhaustive documentation and are covered by unit tests.

Versions

Version
1.2.1
1.2
1.1