Closed ksneab7 closed 11 months ago
We currently use df to represent degree of freedom in chi^2 metrics. This is confusing as it could potentially be read as dataframe, we may want to change to something like deg_of_free or dff something less ambiguous
df
deg_of_free
dff
Closing after merged and docs and code update. Thanks @ksneab7 and @mainkhan
We currently use
df
to represent degree of freedom in chi^2 metrics. This is confusing as it could potentially be read as dataframe, we may want to change to something likedeg_of_free
ordff
something less ambiguous