Learn R Programming

fromo (version 0.2.4)

fromo-NEWS: News for package 'fromo':

Description

News for package 'fromo'

Arguments

<a href="https://github.com/shabbychef/fromo"></a> Version 0.2.4 (2024-11-29)

  • adding running correlation, covariance, regression coefficients.

  • adding t-running correlation, covariance, regression coefficients.

<a href="https://github.com/shabbychef/fromo"></a> Version 0.2.3 (2024-11-07)

  • adding flag and checking for negative even moments due to roundoff.

  • fixing divide by zero which would corrupt results when input was constant.

<a href="https://github.com/shabbychef/fromo"></a> Version 0.2.2 (2024-11-03)

  • fix t_running_sum and others to act as documented when variable_win is flagged.

<a href="https://github.com/shabbychef/fromo"></a> Version 0.2.1 (2019-01-29)

  • fix memory leak for case where the mean only need be computed via a Welford object.

<a href="https://github.com/shabbychef/fromo"></a> Version 0.2.0 (2019-01-12)

  • add std_cumulants

  • add running_sum, 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.

<a href="https://github.com/shabbychef/fromo"></a> Version 0.1.3 (2016-04-04)

  • submit to CRAN

<a href="https://github.com/shabbychef/fromo"></a> Initial Version 0.1.0 (2016-03-25)

  • start work