Implement `incrmwstdev`
Abierto
difficulty: 3
Feature
Math
- Lenguaje dominante
- JavaScript
- Estrellas
- 6k
- Forks
- 1.3k
- Merge medio
- 1 d 3 h
- PR fusionados (30 d)
- 611
Descripción
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 )`.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.