stdlib-js / stdlib-js/stdlib

Implement `incrmwmean`

Open
#49 1 comment 0 reactions 0 assignees View on GitHub
difficulty: 3 Feature Math
Dominant language
JavaScript
Stars
6k
Forks
1.3k
Avg merge
1d 3h
Merged PRs (30d)
611

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.