[Thread Prev][Thread Next][Index]

[ferret_users] discarding NaN values in a sequenced data series



Dear Ferreters,
G'day

I hope everything is fine with you and your family members in these tough days. Accept my best wishes for the coming days.

I am emailing for a problem to discard the NaN values and making the 3-d or 4-d data into 1-d data by using sequence x/y/z/t function. I am unable to do discard the NaN values in sequencing the data. I just want good/valid values in my sequenced data. I am trying to use @ngd operator but it seems that I am not able to use it in a proper way.

use coads_climatology
let obst=tsequence(sst)
sh gr obst
name                        title                             I         J         K         L
OBST     TSEQUENCE(SST1)                  ...       ...       ...       1:194400

but this series consists of NaN values also

list/l=1000:5000 obst

4796   / 4796:  17.95
 4797   / 4797:   ....
 4798  
[Thread Prev][Thread Next][Index]