hipdf.core.groupby.groupby.GroupBy.var

Contents

hipdf.core.groupby.groupby.GroupBy.var#

20 min read time

Applies to Linux

GroupBy.var(ddof=1)#

Compute the column-wise variance of the values in each group.

Parameters#

ddofint

The delta degrees of freedom. N - ddof is the divisor used to normalize the variance.