-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
37 lines (29 loc) · 1.19 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2024-11-29 Steven E. Pav <[email protected]>
* 0.2.4 on CRAN
* adding running correlation, covariance, regression coefficients.
* adding t-running correlation, covariance, regression coefficients.
2024-11-07 Steven E. Pav <[email protected]>
* 0.2.3 on CRAN
* adding flag and checking for negative even moments due to roundoff.
* fixing divide by zero which would corrupt results when input was constant.
2024-11-03 Steven E. Pav <[email protected]>
* 0.2.2 on CRAN
* fix t_running_* to act as documented when variable_win is true.
2019-01-29 Steven E. Pav <[email protected]>
* 0.2.1 on CRAN
* fix memory leak for case where the mean only
need be computed via a Welford object.
2019-01-12 Steven E. Pav <[email protected]>
* 0.2.0 on CRAN
* add std_cumulants.
* add running_sum and running_mean.
* Kahan compensated summation for these.
* Welford object under the hood.
* add weighted moments computation.
* add time-based running window computations.
* some speedups for obviously fast cases: no checking of NA, etc.
* move github figures to location CRAN understands
2016-04-04 Steven E. Pav <[email protected]>
* 0.1.3 on CRAN
2016-03-25 Steven E. Pav <[email protected]>
* start work