stdlib-js / stdlib-js/stdlib

Implement `incrmwmean`

未关闭
#49 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
difficulty: 3 Feature Math
主要语言
JavaScript
星标
6k
派生
1.3k
平均合并
1 天 3 小时
30 天内合并 PR
611

描述

Incremental moving weighted mean. `@stdlib/math/statistics/incr/mwmean`.

Two use cases:

1. Fixed window weights. In which case, should provide a `factory` method to set the weights beforehand.
2. Weights which accompany each value: `accumulator( x, weight )`.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。