There seems to be increasing interest in a vectorized Python version that efficiently computes estimates based on rolling/expanding windows (#8 and #9). A vectorized rolling implementation is ...
src_dtype: The source data type. dst_dtype: The destination data type. check_str: Used to ensure vectorized cast is used. lanes: The number of lanes of the source and destination data types. M = 128 * ...