Implement `incrmwvariance`
Đang mở
difficulty: 3
Feature
Math
- Ngôn ngữ chính
- JavaScript
- Star
- 6k
- Fork
- 1.3k
- Merge trung bình
- 1 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 611
Mô tả
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 )`.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.