qis.compute_ewm_xy_beta_tensor

qis.compute_ewm_xy_beta_tensor(x, y, span=None, ewm_lambda=0.94, warmup_period=20, is_x_correlated=True, nan_backfill=NanBackfill.FFILL)[source]

compute ewm cross matrices with x*y using outer product = dim[x] * dim[y] the dimension of tensor is [t, x, y] njit

Parameters:
Return type:

ndarray