First question ever:D
I am trying to create an np.ndarray as follows:
n = 100000 f = np.ndarray(n, dtype=float) k = n/5 obs = np.ndarray(k, dtype=float