statsmodels.stats.weightstats.DescrStatsW.std_ddof#

DescrStatsW.std_ddof(ddof=0)[source]#

standard deviation of data with given ddof

Parameters:
ddofint or float, optional

degrees of freedom correction, independent of attribute ddof

Returns:
stdfloat or ndarray

standard deviation with denominator sum_weights - ddof