DanielJDufour / calc-stats

Memory-Aware Statistical Calculations
Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

add support for skip value or skip function #11

Open DanielJDufour opened 1 year ago

DanielJDufour commented 1 year ago

this would be different from nodata, which is tracked.

skipped would be completely ignored

DanielJDufour commented 1 year ago

errr.. is that the same as filtering? https://github.com/danieljdufour/calc-stats#filtering

should filtering be treated as a noData function, such that filtered out values are seen as invalid?

DanielJDufour commented 1 year ago

this is currently the case, so it seems a separate skip function is not needed

DanielJDufour commented 12 months ago

but might be more ergonomic to provide an array of skip values versus having to define a filter function, would also enable cross process communication