stdlib-js / stdlib-js/stdlib

Implement `incrmwvariance`

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

描述

Incremental moving weighted variance. `@stdlib/math/statistics/incr/mwvariance`.

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 )`.

贡献指南

打开贡献指南

调研方向

Start at @stdlib/math/statistics/incr/mwvariance and review the existing incremental statistics APIs around it. Define how the factory should accept fixed-window weights and how accumulator(x, weight) should handle per-value weights, then verify both use cases with focused tests and numerical examples.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
data
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
20/100

把新 issue 发到你的邮箱

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