Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
For chunked array, variance kernel needs to merge variances.
Tested with two single value chunk, [40000008000000490], [40000008000000400]. The merged variance is 3872. If treated as single array with two values, the variance is 3904, same as numpy outputs.
So current merging method is not stable in extreme cases when chunks are very short and with approximate mean values.
Attachments
Issue Links
- links to