hipdf.core.window.rolling.Rolling.var# 20 min read time Applies to Linux Rolling.var(ddof=1)# Calculate the rolling variance. Parameters# ddofint, default 1Delta Degrees of Freedom. The divisor used in calculations is N - ddof, where N represents the number of elements. Returns# Series or DataFrameReturn type is the same as the original object.