History.txt in statsample-1.1.0 vs History.txt in statsample-1.2.0

- old
+ new

@@ -1,4 +1,11 @@ +=== 1.2.0 / 2011-12-15 + + * Added support for time series (TimeSeries object): MA, EMA, MACD, acf, lag and delta. [Rob Britton] + * Changed summary attribute to properly display 'b' value for simple linear regression [hstove] + * Merge pull request #6 from hstove/patch-1Changed summary attribute to properly display 'b' value for simple linear regression [Claudio Bustos] + * fix example code for CovariateMatrix [James Kebinger] + === 1.1.0 / 2011-06-02 * New Statsample::Anova::Contrast * Jacknife and bootstrap for Vector. Thanks to John Firebaugh for the idea * Improved Statsample::Analysis API