History.txt in statsample-0.4.0 vs History.txt in statsample-0.4.1
- old
+ new
@@ -1,4 +1,9 @@
+=== 0.4.1 / 2009-09-12
+* More methods and usage documentation
+* Logit tests
+* Bug fix: rescue for requires doesn't specify LoadError
+* Binomial::BaseEngine new methods: coeffs_se, coeffs, constant and constant_se
=== 0.4.0 / 2009-09-10
* New Distribution module, based on statistics2.rb by Shin-ichiro HARA. Replaces all instances of GSL distributions pdf and cdf calculations for native calculation.
* New Maximum Likehood Estimation for Logit, Probit and Normal Distribution using Von Tessin(2005) algorithm. See MLE class and subclasses for more information.
* New Binomial regression subclasses (Logit and Probit), usign MLE class
* Added tests for gsl, Distribution, MLE and Logit