Avoid numerical problems with missing weights on non-linear cases.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 26 Sep 2021 14:53:38 +0000 (16:53 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 26 Sep 2021 14:53:38 +0000 (16:53 +0200)
commit5d2044f51d79aa63799eb2a7cfc2937c7a4829cf
tree239080e340a74b68449b9c7525127f281f11bb80
parentff47c7eb6e8335ef6042e3a437f3d30ef27600a7
Avoid numerical problems with missing weights on non-linear cases.

* src/math/order-stats.c (order_stats_accumulate_idx): Ignore cases
  with missing weight values.
src/math/order-stats.c