Skip to content

Commit d7dbf58

Browse files
committed
feat: Bump to version 4.1.0.
This change implements the Gamma Distribution and it mitigates the problem reported in #113 with the Chi Squared test/distribution by implementing the regularized lower incomplete gamma function.
1 parent c7e4157 commit d7dbf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-statistics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RubyStatistics
2-
VERSION = "4.0.1"
2+
VERSION = "4.1.0"
33
end

0 commit comments

Comments
 (0)