[Thread Prev][Thread Next][Index]

[ferret_users] interannual standard deviation




Hi Ferret users,

I have an .nc file of dimension x,y,t, where I could find the standard deviation using following code,

let mean = data[x=@sum]/data[x=@ngd] let sqr = (data - mean)^2 let stdv = (sqr[x=@sum/sqr[x=@ngd])^0.5
Now, I would like to map the interannual standard deviation.
What's the best way for such a calculation ?

--
With regards,
Ruksana Salim,
SC19M070,
M.Tech in Earth System Science,
Indian Institute Of Space Science And Technology,
Trivandrum, Kerala, India - 695547.


[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement