Closed ulf1 closed 5 years ago
Where?
np.nan
research the internet for a faster way to create an NaN matrix
I tried to set B[max(lags):] = np.nan instead of B[:] = np.nan. The memory allocation would then occur during the loop what seems to be more volatile
B[max(lags):] = np.nan
B[:] = np.nan
Where?
np.nan
to all matrix elementsresearch the internet for a faster way to create an NaN matrix