DanielJDufour / calc-stats

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

improve reporting of non-counted numbers #14

Open DanielJDufour opened 12 months ago

DanielJDufour commented 12 months ago

Should disaggregate how we are reporting numbers we don't count. For example, should we return

{
    filtered: 4386,
    nan: 123,
    nodata: 276,
    skipped: 12487
}

Does skipped not make sense, isn't the whole point of skipping we aren't reporting?

At the very least, it seems prudent to distinguish between nan and nodata and not just count everything as "invalid"