nrc-cnrc/MetroloPy

dof is not calculated properly

hvparks opened this issue · 1 comments

For binary operations between two correlated gummys dof is not calculated properly, e.g. (x+x).dof != (2*x).dof

The release v0.5.2 now gives the correct result for the the above example, but the dof calculations with correlated quantities are still not perfect. It may or may not be worth while working more on this as the dof calculations are meant only to be an approximation.