DescrStatsW.std_ddof()

statsmodels.stats.weightstats.DescrStatsW.std_ddof

DescrStatsW.std_ddof(ddof=0) [source]

standard deviation of data with given ddof

Parameters:

ddof : int, float

degrees of freedom correction, independent of attribute ddof

Returns:

std : float, ndarray

standard deviation with denominator sum_weights - ddof

doc_statsmodels
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.