Implement `incrmwstdev`
Offen
difficulty: 3
Feature
Math
- Vorherrschende Sprache
- JavaScript
- Sterne
- 6k
- Forks
- 1.3k
- Ø Merge
- 1 T. 3 Std.
- Gemergte PRs (30 T.)
- 611
Beschreibung
Incremental moving weighted standard deviation. `@stdlib/math/statistics/incr/mwstdev`.
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 )`.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.