Describe the bug
When using the sample variance and there is no values in a group we will do a -1 on a 0 usize. This leads to wrong results in release mode and panic in debug.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
When using the sample variance and there is no values in a group we will do a
-1on a 0 usize. This leads to wrong results in release mode and panic in debug.To Reproduce
No response
Expected behavior
No response
Additional context
No response