vlt.data.dropnan¶
DROPNAN - return a vector with NaN entries dropped
B = vlt.data.dropnan(A)
Given a vector A, this function will return a vector B, which will have
all non-NaN entries of A but will exclude NaN entries.
DROPNAN - return a vector with NaN entries dropped
B = vlt.data.dropnan(A)
Given a vector A, this function will return a vector B, which will have
all non-NaN entries of A but will exclude NaN entries.