statsmodels.stats.weightstats.DescrStatsW.std_ddof¶ DescrStatsW.std_ddof(ddof=0)[ソース]¶ standard deviation of data with given ddof Parameters:¶ ddofint, floatdegrees of freedom correction, independent of attribute ddof Returns:¶ stdfloat, ndarraystandard deviation with denominator sum_weights - ddof 最終更新日: 2025年01月28日