Implement `incrmwmean`
未关闭
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 还没有评估数据。