Skip to content

Fix Math.gini_coefficient(array)#302

Merged
trans merged 2 commits intorubyworks:mainfrom
TheStranjer:fix_gini_coefficient
Mar 26, 2026
Merged

Fix Math.gini_coefficient(array)#302
trans merged 2 commits intorubyworks:mainfrom
TheStranjer:fix_gini_coefficient

Conversation

@TheStranjer
Copy link
Copy Markdown
Contributor

Currently if you try this code:

require 'facets/math/gini_coefficient'
a = (1..10).to_a
Math::gini_coefficient(a)

It will throw this error:

lib/standard/facets/math/gini_coefficient.rb:16:in `gini_coefficient': undefined local variable or method `size' for Math:Module (NameError)

At first I thought I might be using it wrong, but all the other array-based methods in facets/math seem to refer to the array directly, so this should too.

@trans trans merged commit 678c79d into rubyworks:main Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants